diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-16 17:36:00 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-16 17:36:00 +0200 |
commit | 9cf72c1eb0d6f0a8585f59ad565269aec68d2ebb (patch) | |
tree | 7e86c48e21e47a1506dea8b925bdb4501c0d8eef /sci-calculators/bc-gh | |
parent | sys-libs/ncurses: Stabilize 6.3_p20221203 ppc64, #886245 (diff) | |
download | gentoo-9cf72c1eb0d6f0a8585f59ad565269aec68d2ebb.tar.gz gentoo-9cf72c1eb0d6f0a8585f59ad565269aec68d2ebb.tar.bz2 gentoo-9cf72c1eb0d6f0a8585f59ad565269aec68d2ebb.zip |
sci-calculators/bc-gh: Keyword 6.1.1-r1 arm, #886247
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-calculators/bc-gh')
-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 924a8873f3f1..73cf54a3d1f9 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 ~arm64 ~loong ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86" S="${WORKDIR}/bc-${PV}" |