diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2004-07-09 00:16:32 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2004-07-09 00:16:32 +0000 |
commit | 1ead770451116c64a4ee88077e43c84239f6b0cb (patch) | |
tree | c4bf01c3980c40edfc2d792eef83554535c77f28 /dev-python/dnspython/dnspython-1.3.0.ebuild | |
parent | header fix (Manifest recommit) (diff) | |
download | gentoo-2-1ead770451116c64a4ee88077e43c84239f6b0cb.tar.gz gentoo-2-1ead770451116c64a4ee88077e43c84239f6b0cb.tar.bz2 gentoo-2-1ead770451116c64a4ee88077e43c84239f6b0cb.zip |
Marked stable on x86
Diffstat (limited to 'dev-python/dnspython/dnspython-1.3.0.ebuild')
-rw-r--r-- | dev-python/dnspython/dnspython-1.3.0.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/dnspython/dnspython-1.3.0.ebuild b/dev-python/dnspython/dnspython-1.3.0.ebuild index bec682e673bc..7c02aeda10bb 100644 --- a/dev-python/dnspython/dnspython-1.3.0.ebuild +++ b/dev-python/dnspython/dnspython-1.3.0.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.0.ebuild,v 1.3 2004/06/25 01:28:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.0.ebuild,v 1.4 2004/07/09 00:16:32 pythonhead Exp $ inherit distutils + DESCRIPTION="DNS toolkit for Python." HOMEPAGE="http://www.dnspython.org/" SRC_URI="http://www.dnspython.org/kits/stable/${P}.tar.gz" LICENSE="as-is" -DEPEND=">=virtual/python-2.2 - sys-devel/make" SLOT="0" +KEYWORDS="x86" IUSE="" -KEYWORDS="~x86" +DEPEND=">=virtual/python-2.2 + sys-devel/make" src_install() { distutils_src_install @@ -32,3 +33,4 @@ pkg_postinst() { einfo "# cd /usr/share/${PN}/tests && make" einfo } + |