diff options
Diffstat (limited to 'dev-python/guppy/guppy-0.1.3.ebuild')
-rw-r--r-- | dev-python/guppy/guppy-0.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/guppy/guppy-0.1.3.ebuild b/dev-python/guppy/guppy-0.1.3.ebuild index 4fc7d2f651ed..3039aaf665b2 100644 --- a/dev-python/guppy/guppy-0.1.3.ebuild +++ b/dev-python/guppy/guppy-0.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.3.ebuild,v 1.1 2006/03/24 16:42:35 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.3.ebuild,v 1.2 2006/04/01 15:00:56 agriffis Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ SRC_URI="http://guppy-pe.sourceforge.net/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ia64 ~x86" IUSE="" DEPEND=">=virtual/python-2.3" |