diff options
Diffstat (limited to 'dev-python/dnspython/dnspython-1.3.3.ebuild')
-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 c7b72326dcaa..f131f6fc7f5b 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.4 2005/03/24 19:19:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.3.ebuild,v 1.5 2005/04/26 11:58:15 liquidx 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="x86 ~ppc ~amd64 ~sparc ~alpha" IUSE="" DEPEND="virtual/python sys-devel/make" |