diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-12 21:53:51 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-12 22:02:36 +0100 |
commit | 426ec82ea32ea4bc98ce6d8ecd787a87013813ec (patch) | |
tree | 3b3b183154c13948bfb281b510e85dc8100666df /dev-util | |
parent | net-misc/connman-gtk: x86 stable (bug #753185) (diff) | |
download | gentoo-426ec82ea32ea4bc98ce6d8ecd787a87013813ec.tar.gz gentoo-426ec82ea32ea4bc98ce6d8ecd787a87013813ec.tar.bz2 gentoo-426ec82ea32ea4bc98ce6d8ecd787a87013813ec.zip |
dev-util/cpputest: x86 stable (bug #752384)
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cpputest/cpputest-4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cpputest/cpputest-4.0.ebuild b/dev-util/cpputest/cpputest-4.0.ebuild index 65b19aa222a8..9ee994a8ab6a 100644 --- a/dev-util/cpputest/cpputest-4.0.ebuild +++ b/dev-util/cpputest/cpputest-4.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/cpputest/cpputest/releases/download/v${PV}/${P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 arm arm64 ppc ppc64 ~x86" +KEYWORDS="~amd64 arm arm64 ppc ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" |