diff options
author | Yixun Lan <dlan@gentoo.org> | 2023-03-06 19:37:38 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-03-07 08:14:11 +0800 |
commit | 81eb8b7c9690a73e9fe5a554fcb70f7e4c876392 (patch) | |
tree | b2075f19eb942edd4240589eb00e6dab7731b2b4 /dev-util/cppcheck | |
parent | app-text/libstaroffice: Keyword 0.0.7 riscv, #881389 (diff) | |
download | gentoo-81eb8b7c9690a73e9fe5a554fcb70f7e4c876392.tar.gz gentoo-81eb8b7c9690a73e9fe5a554fcb70f7e4c876392.tar.bz2 gentoo-81eb8b7c9690a73e9fe5a554fcb70f7e4c876392.zip |
dev-util/cppcheck: Keyword 2.9 riscv, #881389
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/cppcheck')
-rw-r--r-- | dev-util/cppcheck/cppcheck-2.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cppcheck/cppcheck-2.9.ebuild b/dev-util/cppcheck/cppcheck-2.9.ebuild index a3724a1ca5ee..b1f81f9f2c96 100644 --- a/dev-util/cppcheck/cppcheck-2.9.ebuild +++ b/dev-util/cppcheck/cppcheck-2.9.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/danmar/cppcheck/archive/refs/tags/${PV}.tar.gz -> ${ LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~sparc ~x86" IUSE="htmlreport pcre qt5 test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" |