diff options
-rw-r--r-- | dev-python/dnspython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dnspython/ChangeLog b/dev-python/dnspython/ChangeLog index 71da4c3e5596..4d9bef2a00a6 100644 --- a/dev-python/dnspython/ChangeLog +++ b/dev-python/dnspython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dnspython # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.64 2011/01/14 19:09:39 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.65 2011/01/15 12:12:55 maekke Exp $ + + 15 Jan 2011; Markus Meier <maekke@gentoo.org> dnspython-1.9.2.ebuild: + arm stable, bug #351026 14 Jan 2011; Brent Baude <ranger@gentoo.org> dnspython-1.9.2.ebuild: stable ppc, bug 351026 diff --git a/dev-python/dnspython/dnspython-1.9.2.ebuild b/dev-python/dnspython/dnspython-1.9.2.ebuild index 5bc5def28834..9a74b1813d73 100644 --- a/dev-python/dnspython/dnspython-1.9.2.ebuild +++ b/dev-python/dnspython/dnspython-1.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.9.2.ebuild,v 1.3 2011/01/14 19:09:39 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.9.2.ebuild,v 1.4 2011/01/15 12:12:55 maekke Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz" LICENSE="as-is" 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" DEPEND="dev-python/pycrypto" |