diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-12-18 11:43:39 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-12-18 11:45:19 +0000 |
commit | 84112576bbdbd53c7b9e575423d4f82ee4a5d4f4 (patch) | |
tree | 702538cb425216a45e3634a640d4e3d86b31d072 /sci-calculators | |
parent | dev-util/yacc: Keyword 1.9.1-r7 for ~m68k (diff) | |
download | gentoo-84112576bbdbd53c7b9e575423d4f82ee4a5d4f4.tar.gz gentoo-84112576bbdbd53c7b9e575423d4f82ee4a5d4f4.tar.bz2 gentoo-84112576bbdbd53c7b9e575423d4f82ee4a5d4f4.zip |
sci-calculators/bc-gh: Keyword 6.1.1-r1 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@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 b1f91f1ef92d..9225417410ea 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 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" S="${WORKDIR}/bc-${PV}" |