diff options
author | Raúl Porcel <armin76@gentoo.org> | 2014-08-02 11:30:06 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2014-08-02 11:30:06 +0000 |
commit | 72c398b52303a0ef110099bed11357d9472cfaba (patch) | |
tree | ce28e4eb4ffc71de40f2ab31b47ffed638903d71 /dev-python/dnspython | |
parent | sparc stable, bug #511502 (diff) | |
download | gentoo-2-72c398b52303a0ef110099bed11357d9472cfaba.tar.gz gentoo-2-72c398b52303a0ef110099bed11357d9472cfaba.tar.bz2 gentoo-2-72c398b52303a0ef110099bed11357d9472cfaba.zip |
alpha/sparc stable wrt #513558
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
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 223ffe175463..dbe944afbc24 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.86 2014/07/27 10:33:23 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.87 2014/08/02 11:30:06 armin76 Exp $ + + 02 Aug 2014; Raúl Porcel <armin76@gentoo.org> dnspython-1.11.1.ebuild: + alpha/sparc stable wrt #513558 26 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> dnspython-1.11.1.ebuild: x86 stable wrt bug #513558 diff --git a/dev-python/dnspython/dnspython-1.11.1.ebuild b/dev-python/dnspython/dnspython-1.11.1.ebuild index 7ecc65f2a5b2..433c087b7d68 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.5 2014/07/27 10:33:23 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.11.1.ebuild,v 1.6 2014/08/02 11:30:06 armin76 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}]" |