diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-27 20:00:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-27 20:00:43 +0000 |
commit | b2bfabfd4b3cc3ec208ba796fc15f3328688ea28 (patch) | |
tree | 92a836bf2539d02bdfcaf5c4be9ea630897ee7de /dev-python/dnspython | |
parent | arm/hppa stable (diff) | |
download | gentoo-2-b2bfabfd4b3cc3ec208ba796fc15f3328688ea28.tar.gz gentoo-2-b2bfabfd4b3cc3ec208ba796fc15f3328688ea28.tar.bz2 gentoo-2-b2bfabfd4b3cc3ec208ba796fc15f3328688ea28.zip |
arm stable
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/dnspython-1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dnspython/dnspython-1.3.3.ebuild b/dev-python/dnspython/dnspython-1.3.3.ebuild index 9623ee598828..6be25b735433 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.6 2005/05/03 14:44:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.3.ebuild,v 1.7 2005/08/27 20:00:43 vapier 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 ~sparc ~alpha" +KEYWORDS="~alpha amd64 arm ~ppc ~sparc x86" IUSE="" DEPEND="virtual/python sys-devel/make" |