diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2022-03-17 15:39:46 +0000 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-22 19:42:25 +0100 |
commit | 614f5591ee06fa8a22be712386b361185fb52ea8 (patch) | |
tree | 3e4d7a94ebd3e07095371b6d65dd4e5bef5bde6a /dev-util/shunit2 | |
parent | dev-util/distro-info-data: keyword 0.46 for ~riscv (diff) | |
download | gentoo-614f5591ee06fa8a22be712386b361185fb52ea8.tar.gz gentoo-614f5591ee06fa8a22be712386b361185fb52ea8.tar.bz2 gentoo-614f5591ee06fa8a22be712386b361185fb52ea8.zip |
dev-util/shunit2: keyword 2.1.8 for ~riscv
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/shunit2')
-rw-r--r-- | dev-util/shunit2/shunit2-2.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/shunit2/shunit2-2.1.8.ebuild b/dev-util/shunit2/shunit2-2.1.8.ebuild index 1433c42d350f..eff08c9107a3 100644 --- a/dev-util/shunit2/shunit2-2.1.8.ebuild +++ b/dev-util/shunit2/shunit2-2.1.8.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=8 @@ -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 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )" |