diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-03-17 19:10:08 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-03-17 19:10:08 +0000 |
commit | 4331bc57e364e5abb84442ba00d35614e3fca4cf (patch) | |
tree | 5a106592b2a22f4229e0da4c581c6fdbc9fd1d73 /dev-python/dnspython/dnspython-1.3.5.ebuild | |
parent | adding dovecot-sasl support for authenticatino via dovecot (diff) | |
download | historical-4331bc57e364e5abb84442ba00d35614e3fca4cf.tar.gz historical-4331bc57e364e5abb84442ba00d35614e3fca4cf.tar.bz2 historical-4331bc57e364e5abb84442ba00d35614e3fca4cf.zip |
amd64 stable
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-python/dnspython/dnspython-1.3.5.ebuild')
-rw-r--r-- | dev-python/dnspython/dnspython-1.3.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/dnspython/dnspython-1.3.5.ebuild b/dev-python/dnspython/dnspython-1.3.5.ebuild index 23268e5ad998..b298e6dff98a 100644 --- a/dev-python/dnspython/dnspython-1.3.5.ebuild +++ b/dev-python/dnspython/dnspython-1.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.5.ebuild,v 1.10 2007/03/12 16:44:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.5.ebuild,v 1.11 2007/03/17 19:10:08 beandog 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="alpha ~amd64 arm hppa ia64 ppc ppc64 s390 sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh ~sparc x86" IUSE="" DEPEND="virtual/python sys-devel/make" @@ -34,4 +34,3 @@ src_test() { cd tests make || die "Unit tests failed!" } - |