diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/dnspython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dnspython/ChangeLog b/dev-python/dnspython/ChangeLog index 6afee4d7c90b..97a7fc4b0995 100644 --- a/dev-python/dnspython/ChangeLog +++ b/dev-python/dnspython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dnspython # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.10 2005/02/12 11:46:03 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.11 2005/03/21 21:31:12 weeve Exp $ + + 21 Mar 2005; Jason Wever <weeve@gentoo.org> dnspython-1.3.3.ebuild: + Added ~sparc keyword wrt bug #86127. 12 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> -dnspython-1.3.0.ebuild, -dnspython-1.3.1.ebuild: diff --git a/dev-python/dnspython/dnspython-1.3.3.ebuild b/dev-python/dnspython/dnspython-1.3.3.ebuild index 5c206235207b..95785ba0fd78 100644 --- a/dev-python/dnspython/dnspython-1.3.3.ebuild +++ b/dev-python/dnspython/dnspython-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.3.ebuild,v 1.2 2005/03/09 09:56:37 config Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.3.ebuild,v 1.3 2005/03/21 21:31:12 weeve Exp $ inherit distutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.dnspython.org/" SRC_URI="http://www.dnspython.org/kits/stable/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc" IUSE="" DEPEND="virtual/python sys-devel/make" |