diff options
author | Sam James <sam@gentoo.org> | 2022-12-27 19:46:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-27 19:53:00 +0000 |
commit | e2c1b12fa48d3c50c9840633c6f49c6f455189c0 (patch) | |
tree | 634d6a337c9b8790c5efe72340e4e2c2f049a600 /sci-calculators/bc-gh | |
parent | sys-devel/bc: Stabilize 1.07.1-r6 x86, #886017 (diff) | |
download | gentoo-e2c1b12fa48d3c50c9840633c6f49c6f455189c0.tar.gz gentoo-e2c1b12fa48d3c50c9840633c6f49c6f455189c0.tar.bz2 gentoo-e2c1b12fa48d3c50c9840633c6f49c6f455189c0.zip |
sci-calculators/bc-gh: Stabilize 6.1.1-r1 x86, #886017
Signed-off-by: Sam James <sam@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 91fa0c51cd98..2008cf86fa70 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 ~m68k ~ppc ~ppc64 ~riscv ~s390 sparc ~x86" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 sparc x86" S="${WORKDIR}/bc-${PV}" |