diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-26 14:15:58 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-26 14:24:09 -0600 |
commit | e3cec247cbc06c6f63d7f45389b70ed0c0deaeeb (patch) | |
tree | 670916fac20de3f19cd526970ef68f1b3a12e7bc /dev-python/unicodecsv | |
parent | dev-python/cmd2: add ppc64 keyworkd under ALLARCHES for cliff (diff) | |
download | gentoo-e3cec247cbc06c6f63d7f45389b70ed0c0deaeeb.tar.gz gentoo-e3cec247cbc06c6f63d7f45389b70ed0c0deaeeb.tar.bz2 gentoo-e3cec247cbc06c6f63d7f45389b70ed0c0deaeeb.zip |
dev-python/unicodecsv: add ppc64 keyword under ALLARCHES for cliff
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/unicodecsv')
-rw-r--r-- | dev-python/unicodecsv/unicodecsv-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild index abfa9d11c8ba..b419261409fe 100644 --- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild +++ b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm64 ~ppc x86" +KEYWORDS="amd64 arm64 ~ppc ~ppc64 x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |