diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2018-02-19 17:13:07 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2018-02-19 17:27:45 +0100 |
commit | 8fae2307b9e4ea978a2dd79c137b589ea4a9a22c (patch) | |
tree | 55da536b91d815a68359c370717ec982cd661c81 /dev-python/bz2file | |
parent | app-portage/gemato: add ~x64-cygwin keyword, #638776 (diff) | |
download | gentoo-8fae2307b9e4ea978a2dd79c137b589ea4a9a22c.tar.gz gentoo-8fae2307b9e4ea978a2dd79c137b589ea4a9a22c.tar.bz2 gentoo-8fae2307b9e4ea978a2dd79c137b589ea4a9a22c.zip |
dev-python/bz2file: add ~x64-cygwin keyword, #638776
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/bz2file')
-rw-r--r-- | dev-python/bz2file/bz2file-0.98.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bz2file/bz2file-0.98.ebuild b/dev-python/bz2file/bz2file-0.98.ebuild index a3b6e7d6835c..68250b26da36 100644 --- a/dev-python/bz2file/bz2file-0.98.ebuild +++ b/dev-python/bz2file/bz2file-0.98.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin" IUSE="" python_test() { |