diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-08 10:31:40 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-08 10:31:40 +0800 |
commit | 07df673b2b075a2edf07abf31495a81b478dc534 (patch) | |
tree | 7f693b5f0055c66b64f7e3a6524e5291d1be8ab1 /dev-libs/check | |
parent | net-libs/libmicrohttpd: keyword 0.9.75 for ~loong (diff) | |
download | gentoo-07df673b2b075a2edf07abf31495a81b478dc534.tar.gz gentoo-07df673b2b075a2edf07abf31495a81b478dc534.tar.bz2 gentoo-07df673b2b075a2edf07abf31495a81b478dc534.zip |
dev-libs/check: keyword 0.15.2-r1 for ~loong
Tests passed on real hardware.
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-libs/check')
-rw-r--r-- | dev-libs/check/check-0.15.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/check/check-0.15.2-r1.ebuild b/dev-libs/check/check-0.15.2-r1.ebuild index a96de0605c27..49a1304f48ca 100644 --- a/dev-libs/check/check-0.15.2-r1.ebuild +++ b/dev-libs/check/check-0.15.2-r1.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libcheck/check/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 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc subunit test" # Tests seem to timeout on ppc* systems, #736661 |