diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-28 12:01:15 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-06-28 12:04:12 +0200 |
commit | 77237bb2d50f407bbd64d7fbb60e5e1eb38812a4 (patch) | |
tree | 3346403e7c4f81032caf14eccd113880f9649bba /dev-python/bz2file/bz2file-0.98.ebuild | |
parent | xfce-base/xfconf: Bump to 4.13.8 (diff) | |
download | gentoo-77237bb2d50f407bbd64d7fbb60e5e1eb38812a4.tar.gz gentoo-77237bb2d50f407bbd64d7fbb60e5e1eb38812a4.tar.bz2 gentoo-77237bb2d50f407bbd64d7fbb60e5e1eb38812a4.zip |
dev-python/bz2file: add ~amd64-linux ~x86-linux keywords
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'dev-python/bz2file/bz2file-0.98.ebuild')
-rw-r--r-- | dev-python/bz2file/bz2file-0.98.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bz2file/bz2file-0.98.ebuild b/dev-python/bz2file/bz2file-0.98.ebuild index 3fdb46a77dbb..2820eac7a005 100644 --- a/dev-python/bz2file/bz2file-0.98.ebuild +++ b/dev-python/bz2file/bz2file-0.98.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="" python_test() { |