diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-12-18 09:44:00 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-12-18 09:44:00 +0800 |
commit | 7952522a237cbb844653effe41a612141ea390e3 (patch) | |
tree | 0edaabd1a8524ba2636ead17e467651e9d79ef93 /sci-calculators | |
parent | app-arch/pbzip2: Keyword 1.1.13 riscv, #886247 (diff) | |
download | gentoo-7952522a237cbb844653effe41a612141ea390e3.tar.gz gentoo-7952522a237cbb844653effe41a612141ea390e3.tar.bz2 gentoo-7952522a237cbb844653effe41a612141ea390e3.zip |
sci-calculators/bc-gh: Keyword 6.1.1-r1 riscv, #886247
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild index 4ed8dd73e6d3..b1f91f1ef92d 100644 --- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild +++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar. LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" S="${WORKDIR}/bc-${PV}" |