diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-06 07:13:15 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-06 07:43:59 +0800 |
commit | f1635042d9b1ebb720119a06804f66230531992a (patch) | |
tree | 25a2764247adb739aff50bd157990c66a5787296 /dev-util/cmocka | |
parent | dev-util/cunit: keyword 2.1_p3 for ~loong (diff) | |
download | gentoo-f1635042d9b1ebb720119a06804f66230531992a.tar.gz gentoo-f1635042d9b1ebb720119a06804f66230531992a.tar.bz2 gentoo-f1635042d9b1ebb720119a06804f66230531992a.zip |
dev-util/cmocka: keyword 1.1.5 for ~loong
Tests passed on real hardware.
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-util/cmocka')
-rw-r--r-- | dev-util/cmocka/cmocka-1.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmocka/cmocka-1.1.5.ebuild b/dev-util/cmocka/cmocka-1.1.5.ebuild index e16ab06ed23c..0327341cd209 100644 --- a/dev-util/cmocka/cmocka-1.1.5.ebuild +++ b/dev-util/cmocka/cmocka-1.1.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://cmocka.org/files/$(ver_cut 1-2)/${P}.tar.xz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="doc examples static-libs test" RESTRICT="!test? ( test )" |