diff options
Diffstat (limited to 'dev-python/wstools/wstools-0.3.ebuild')
-rw-r--r-- | dev-python/wstools/wstools-0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/wstools/wstools-0.3.ebuild b/dev-python/wstools/wstools-0.3.ebuild index 8595a815eaea..785f63ba5a76 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 +# Copyright 1999-2012 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.6 2011/09/20 23:38:05 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wstools/wstools-0.3.ebuild,v 1.7 2012/02/01 20:59:08 ranger Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~s390 ~sh ~sparc ~x86 ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-macos" IUSE="" DEPEND="dev-python/setuptools" |