diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-24 19:19:43 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-03-24 19:19:43 +0000 |
commit | 5614a0aed1337dffa9240607a9e5d84291e9e4c4 (patch) | |
tree | a710df2c514d04cb94ce62b95d0ffb0191544dcf /dev-python/dnspython/dnspython-1.3.3.ebuild | |
parent | Added German longdescription. (diff) | |
download | historical-5614a0aed1337dffa9240607a9e5d84291e9e4c4.tar.gz historical-5614a0aed1337dffa9240607a9e5d84291e9e4c4.tar.bz2 historical-5614a0aed1337dffa9240607a9e5d84291e9e4c4.zip |
Add ~alpha keyword, bug 86127.
Package-Manager: portage-2.0.51.19
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 95785ba0fd78..c7b72326dcaa 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.3 2005/03/21 21:31:12 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.3.ebuild,v 1.4 2005/03/24 19:19:43 kloeri 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" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~alpha" IUSE="" DEPEND="virtual/python sys-devel/make" |