diff options
Diffstat (limited to 'dev-python/wstools/wstools-0.3.ebuild')
-rw-r--r-- | dev-python/wstools/wstools-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/wstools/wstools-0.3.ebuild b/dev-python/wstools/wstools-0.3.ebuild index 9b4b9fe38a04..c4cd818e9a8d 100644 --- a/dev-python/wstools/wstools-0.3.ebuild +++ b/dev-python/wstools/wstools-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/wstools-0.3.ebuild,v 1.3 2011/09/11 09:25:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/wstools-0.3.ebuild,v 1.4 2011/09/11 18:03:25 armin76 Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="dev-python/setuptools" |