diff options
author | Sam James <sam@gentoo.org> | 2021-03-11 02:35:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-11 02:35:26 +0000 |
commit | b4a1b994d665e249df70fdb2a299ae599ae7ed03 (patch) | |
tree | c30ca917f8758826aed0bb63048b4918015f8036 /dev-libs/unittest++ | |
parent | dev-util/dwarves: Stabilize 1.20 amd64, #770682 (diff) | |
download | gentoo-b4a1b994d665e249df70fdb2a299ae599ae7ed03.tar.gz gentoo-b4a1b994d665e249df70fdb2a299ae599ae7ed03.tar.bz2 gentoo-b4a1b994d665e249df70fdb2a299ae599ae7ed03.zip |
dev-libs/unittest++: Stabilize 2.0.0-r2 amd64, #770706
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/unittest++')
-rw-r--r-- | dev-libs/unittest++/unittest++-2.0.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/unittest++/unittest++-2.0.0-r2.ebuild b/dev-libs/unittest++/unittest++-2.0.0-r2.ebuild index 0bd62f9c1c14..ef088e1c9c35 100644 --- a/dev-libs/unittest++/unittest++-2.0.0-r2.ebuild +++ b/dev-libs/unittest++/unittest++-2.0.0-r2.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |