diff options
author | 2022-04-26 05:02:45 +0100 | |
---|---|---|
committer | 2022-04-26 05:03:09 +0100 | |
commit | e2bcc5e1e0cc751b2a347fdac77dd26140f2e83c (patch) | |
tree | 4d7f68f79b2eaf531534c0786883734f9de55212 /dev-libs/unittest++ | |
parent | sys-devel/m4: avoid invoking autoconf (diff) | |
download | gentoo-e2bcc5e1e0cc751b2a347fdac77dd26140f2e83c.tar.gz gentoo-e2bcc5e1e0cc751b2a347fdac77dd26140f2e83c.tar.bz2 gentoo-e2bcc5e1e0cc751b2a347fdac77dd26140f2e83c.zip |
dev-libs/unittest++: Keyword 2.0.0-r2 s390, #840918
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/unittest++/unittest++-2.0.0-r2.ebuild b/dev-libs/unittest++/unittest++-2.0.0-r2.ebuild index 8000f1473810..f2f646d68e0d 100644 --- a/dev-libs/unittest++/unittest++-2.0.0-r2.ebuild +++ b/dev-libs/unittest++/unittest++-2.0.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |