diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-25 06:39:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-25 06:40:14 +0100 |
commit | 0d3bf20d884cdb07b619fec2d9a7cbd22c7da7c6 (patch) | |
tree | fd125868341a78389a4401717fcd541c138f4fd5 /dev-python/pyhamcrest | |
parent | sci-libs/fftw: update live ebuild, migrate to CPU_FLAGS_PPC (diff) | |
download | gentoo-0d3bf20d884cdb07b619fec2d9a7cbd22c7da7c6.tar.gz gentoo-0d3bf20d884cdb07b619fec2d9a7cbd22c7da7c6.tar.bz2 gentoo-0d3bf20d884cdb07b619fec2d9a7cbd22c7da7c6.zip |
dev-python/pyhamcrest: Keyword ~x86, bug #661320
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyhamcrest')
-rw-r--r-- | dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild index 3d3ac12ea0fa..11cb2bf30d6a 100644 --- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild +++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~mips ~sh sparc ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~mips ~sh sparc ~x86 ~amd64-linux ~x86-linux" IUSE="examples test" RESTRICT="!test? ( test )" |