diff options
author | 2020-02-29 11:02:04 +0200 | |
---|---|---|
committer | 2020-02-29 11:02:22 +0200 | |
commit | c8401aa81953c4955f610e4b0d18a8b5d3688d85 (patch) | |
tree | c1ab3aefde222b011e1d2a2ed4163647a27e1ba3 | |
parent | dev-libs/check: stabilize 0.14 on amd64 (diff) | |
download | gentoo-c8401aa81953c4955f610e4b0d18a8b5d3688d85.tar.gz gentoo-c8401aa81953c4955f610e4b0d18a8b5d3688d85.tar.bz2 gentoo-c8401aa81953c4955f610e4b0d18a8b5d3688d85.zip |
dev-libs/check: stabilize 0.14 on x86
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | dev-libs/check/check-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/check/check-0.14.0.ebuild b/dev-libs/check/check-0.14.0.ebuild index c11140e4d374..8f03514f7580 100644 --- a/dev-libs/check/check-0.14.0.ebuild +++ b/dev-libs/check/check-0.14.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/lib${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs subunit test" RESTRICT="!test? ( test )" |