diff options
Diffstat (limited to 'dev-python/dnspython/dnspython-1.3.2.ebuild')
-rw-r--r-- | dev-python/dnspython/dnspython-1.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/dnspython/dnspython-1.3.2.ebuild b/dev-python/dnspython/dnspython-1.3.2.ebuild index 37b5e37bfa32..612e80c0312e 100644 --- a/dev-python/dnspython/dnspython-1.3.2.ebuild +++ b/dev-python/dnspython/dnspython-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.2.ebuild,v 1.1 2004/08/07 21:50:01 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.2.ebuild,v 1.1.1.1 2005/11/30 10:10:23 chriswhite 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" +KEYWORDS="x86 ~ppc" IUSE="" DEPEND="virtual/python sys-devel/make" |