diff options
author | Michael McCabe <randy@gentoo.org> | 2004-04-15 23:07:09 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-04-15 23:07:09 +0000 |
commit | c203473caded1b0e5cafb971071fe0366e9bcd0a (patch) | |
tree | 38f4520195f4fde992490498c7b2736fb1e35653 /dev-python/lupy/lupy-0.1.5.5.1.ebuild | |
parent | added s390 keyword (diff) | |
download | historical-c203473caded1b0e5cafb971071fe0366e9bcd0a.tar.gz historical-c203473caded1b0e5cafb971071fe0366e9bcd0a.tar.bz2 historical-c203473caded1b0e5cafb971071fe0366e9bcd0a.zip |
added s390 keywords
Diffstat (limited to 'dev-python/lupy/lupy-0.1.5.5.1.ebuild')
-rw-r--r-- | dev-python/lupy/lupy-0.1.5.5.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/lupy/lupy-0.1.5.5.1.ebuild b/dev-python/lupy/lupy-0.1.5.5.1.ebuild index 7a24c11a8a01..f7874e99108a 100644 --- a/dev-python/lupy/lupy-0.1.5.5.1.ebuild +++ b/dev-python/lupy/lupy-0.1.5.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lupy/lupy-0.1.5.5.1.ebuild,v 1.1 2004/02/17 14:37:48 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lupy/lupy-0.1.5.5.1.ebuild,v 1.2 2004/04/15 23:07:09 randy Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/lupy/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 s390" IUSE="" DEPEND=">=dev-lang/python-2.2" |