diff options
author | Sam James <sam@gentoo.org> | 2021-09-19 04:07:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-19 04:07:54 +0100 |
commit | afc9197081b8fb1baf01cc2c497ac15f5018d040 (patch) | |
tree | 5d4d6fd35a175e59e644265ff34c3c339bbb7d8a /dev-cpp/pystring | |
parent | sys-devel/sparse: drop unused multilib inherit (diff) | |
download | gentoo-afc9197081b8fb1baf01cc2c497ac15f5018d040.tar.gz gentoo-afc9197081b8fb1baf01cc2c497ac15f5018d040.tar.bz2 gentoo-afc9197081b8fb1baf01cc2c497ac15f5018d040.zip |
dev-cpp/pystring: Keyword 1.1.3-r1 arm64, #795279
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/pystring')
-rw-r--r-- | dev-cpp/pystring/pystring-1.1.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild index 808484d4a233..e1ebd3a6db1b 100644 --- a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild +++ b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/imageworks/pystring.git" else SRC_URI="https://github.com/imageworks/pystring/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi BDEPEND=" |