diff options
author | Sam James <sam@gentoo.org> | 2020-08-11 08:35:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-11 08:35:16 +0000 |
commit | 3c34aebadac9c1eef2f979b2edf483c5a66689f3 (patch) | |
tree | ac01286a62f4c4377dbbf769c856b4c121366e38 /sci-calculators | |
parent | net-vpn/strongswan: arm64 keyworded (bug #735638) (diff) | |
download | gentoo-3c34aebadac9c1eef2f979b2edf483c5a66689f3.tar.gz gentoo-3c34aebadac9c1eef2f979b2edf483c5a66689f3.tar.bz2 gentoo-3c34aebadac9c1eef2f979b2edf483c5a66689f3.zip |
sci-calculators/bc-gh: arm64 keyworded (bug #736404)
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/bc-gh/bc-gh-3.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-calculators/bc-gh/bc-gh-3.1.3.ebuild b/sci-calculators/bc-gh/bc-gh-3.1.3.ebuild index 8baa541e7596..31daa94bd5ce 100644 --- a/sci-calculators/bc-gh/bc-gh-3.1.3.ebuild +++ b/sci-calculators/bc-gh/bc-gh-3.1.3.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 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" S="${WORKDIR}/bc-${PV}" |