diff options
author | Sam James <sam@gentoo.org> | 2021-09-19 04:08:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-19 04:08:10 +0100 |
commit | b6f55afaba351581839fa1c849ba806effe0b7c1 (patch) | |
tree | 5218a59f3f871f5833da54439876ce01668c5385 /dev-cpp/pystring | |
parent | media-gfx/blender: Keyword 2.93.2 arm64, #795279 (diff) | |
download | gentoo-b6f55afaba351581839fa1c849ba806effe0b7c1.tar.gz gentoo-b6f55afaba351581839fa1c849ba806effe0b7c1.tar.bz2 gentoo-b6f55afaba351581839fa1c849ba806effe0b7c1.zip |
dev-cpp/pystring: Keyword 1.1.3-r1 arm, #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 e1ebd3a6db1b..a3fbddefe914 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 ~arm64" + KEYWORDS="~amd64 ~arm ~arm64" fi BDEPEND=" |