diff options
author | 2017-02-02 19:18:30 +0100 | |
---|---|---|
committer | 2017-02-02 19:42:35 +0100 | |
commit | 77931eb7239b671552e132bc5be39b16783a3c49 (patch) | |
tree | 7ed19c26bca5214054180ba1da52944c7155f85c /dev-python/oct2py/oct2py-3.6.0.ebuild | |
parent | dev-python/wsgiproxy2: Remove ppc from KEYWORDS (diff) | |
download | gentoo-77931eb7239b671552e132bc5be39b16783a3c49.tar.gz gentoo-77931eb7239b671552e132bc5be39b16783a3c49.tar.bz2 gentoo-77931eb7239b671552e132bc5be39b16783a3c49.zip |
dev-python/oct2py: Remove ppc from KEYWORDS
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3766
Diffstat (limited to 'dev-python/oct2py/oct2py-3.6.0.ebuild')
-rw-r--r-- | dev-python/oct2py/oct2py-3.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/oct2py/oct2py-3.6.0.ebuild b/dev-python/oct2py/oct2py-3.6.0.ebuild index b8a4d0dc6a51..2ed10b2153d0 100644 --- a/dev-python/oct2py/oct2py-3.6.0.ebuild +++ b/dev-python/oct2py/oct2py-3.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples test" RDEPEND=" |