diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-16 23:18:17 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-16 23:18:17 +0200 |
commit | 590be86b62249d1d71b79578273d5343301de6c2 (patch) | |
tree | 666c1f3da59cf79f76e3c8c607757250cd18feb2 /sci-calculators | |
parent | x11-libs/cairo: Stabilize 1.17.6 arm64, #886361 (diff) | |
download | gentoo-590be86b62249d1d71b79578273d5343301de6c2.tar.gz gentoo-590be86b62249d1d71b79578273d5343301de6c2.tar.bz2 gentoo-590be86b62249d1d71b79578273d5343301de6c2.zip |
sci-calculators/bc-gh: Keyword 6.1.1-r1 sparc, #886247
Signed-off-by: Arthur Zamarin <arthurzam@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 63cd765370e8..c540aadd198b 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 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~sparc ~x86" S="${WORKDIR}/bc-${PV}" |