diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-09-17 08:11:19 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-09-17 08:11:19 +0200 |
commit | 32970af6fe823cbd6358d0985422e21de7fa06af (patch) | |
tree | b226f88a7fe5efe06b458205cd8795ebe044976f /dev-util/shunit2 | |
parent | dev-util/pkgcheck: Stabilize 0.10.14 sparc, #870331 (diff) | |
download | gentoo-32970af6fe823cbd6358d0985422e21de7fa06af.tar.gz gentoo-32970af6fe823cbd6358d0985422e21de7fa06af.tar.bz2 gentoo-32970af6fe823cbd6358d0985422e21de7fa06af.zip |
dev-util/shunit2: Stabilize 2.1.8 x86, #817875
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util/shunit2')
-rw-r--r-- | dev-util/shunit2/shunit2-2.1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/shunit2/shunit2-2.1.8.ebuild b/dev-util/shunit2/shunit2-2.1.8.ebuild index 3a87b2f0f279..a07c852f81e9 100644 --- a/dev-util/shunit2/shunit2-2.1.8.ebuild +++ b/dev-util/shunit2/shunit2-2.1.8.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/kward/shunit2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86" src_test() { SHELL="/bin/bash" ./test_runner -s /bin/bash || die "bash tests failed" |