diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-06-22 14:19:47 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-06-22 14:19:47 +0000 |
commit | e87cc7c85d0ea1823d003a27d75aa34ff00b474b (patch) | |
tree | b0f2d4394f0cb648f03da34ff9332dae980facd1 /dev-python/dnspython | |
parent | ia64 stable wrt bug #513430 (diff) | |
download | gentoo-2-e87cc7c85d0ea1823d003a27d75aa34ff00b474b.tar.gz gentoo-2-e87cc7c85d0ea1823d003a27d75aa34ff00b474b.tar.bz2 gentoo-2-e87cc7c85d0ea1823d003a27d75aa34ff00b474b.zip |
ia64 stable wrt bug #513558
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.11.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dnspython/ChangeLog b/dev-python/dnspython/ChangeLog index 8789635136bc..c93da5a36536 100644 --- a/dev-python/dnspython/ChangeLog +++ b/dev-python/dnspython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dnspython # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.83 2014/06/17 14:48:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.84 2014/06/22 14:19:47 hattya Exp $ + + 22 Jun 2014; Akinori Hattori <hattya@gentoo.org> dnspython-1.11.1.ebuild: + ia64 stable wrt bug #513558 17 Jun 2014; Jeroen Roovers <jer@gentoo.org> dnspython-1.11.1.ebuild: Stable for HPPA (bug #513558). diff --git a/dev-python/dnspython/dnspython-1.11.1.ebuild b/dev-python/dnspython/dnspython-1.11.1.ebuild index 2b42fb38c27b..b68162e6cccc 100644 --- a/dev-python/dnspython/dnspython-1.11.1.ebuild +++ b/dev-python/dnspython/dnspython-1.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.11.1.ebuild,v 1.2 2014/06/17 14:48:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.11.1.ebuild,v 1.3 2014/06/22 14:19:47 hattya Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,7 @@ SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="examples test" DEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]" |