diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-26 03:26:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-26 03:26:45 +0000 |
commit | f16d4b23d5015139d187fa11ce1b6a1f0e5964eb (patch) | |
tree | 150e0b7564c488feb1a5a817598e5eb6d019b7c6 /dev-python/dnspython/dnspython-1.3.4.ebuild | |
parent | Marked x86 stable (diff) | |
download | gentoo-2-f16d4b23d5015139d187fa11ce1b6a1f0e5964eb.tar.gz gentoo-2-f16d4b23d5015139d187fa11ce1b6a1f0e5964eb.tar.bz2 gentoo-2-f16d4b23d5015139d187fa11ce1b6a1f0e5964eb.zip |
add ~ia64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-python/dnspython/dnspython-1.3.4.ebuild')
-rw-r--r-- | dev-python/dnspython/dnspython-1.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dnspython/dnspython-1.3.4.ebuild b/dev-python/dnspython/dnspython-1.3.4.ebuild index e76d38848a3f..3990b37b467c 100644 --- a/dev-python/dnspython/dnspython-1.3.4.ebuild +++ b/dev-python/dnspython/dnspython-1.3.4.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.4.ebuild,v 1.3 2005/08/16 04:51:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.3.4.ebuild,v 1.4 2005/08/26 03:26:45 agriffis 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 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="" DEPEND="virtual/python sys-devel/make" |