diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-09-17 08:09:34 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-09-17 08:09:34 +0200 |
commit | a809370800e16ea506954d2b2b4452398b05c69d (patch) | |
tree | 05003f22358a9a4dec7182f502b7dd74b75d44f8 /dev-util/shunit2 | |
parent | dev-embedded/esptool: Stabilize 4.2.1 ALLARCHES, #870286 (diff) | |
download | gentoo-a809370800e16ea506954d2b2b4452398b05c69d.tar.gz gentoo-a809370800e16ea506954d2b2b4452398b05c69d.tar.bz2 gentoo-a809370800e16ea506954d2b2b4452398b05c69d.zip |
dev-util/shunit2: Stabilize 2.1.8 amd64, #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 102081d4d15d..3a87b2f0f279 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" |