diff options
author | Sam James <sam@gentoo.org> | 2021-09-19 04:29:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-19 04:29:12 +0100 |
commit | 0f9690197b991b27e5ea2d1a8c97b3483a16ad8e (patch) | |
tree | cc3688973a4f66ceacc460e32a1a181e32bc916e /dev-cpp/pystring | |
parent | media-libs/opencolorio: add 2.0.2 (diff) | |
download | gentoo-0f9690197b991b27e5ea2d1a8c97b3483a16ad8e.tar.gz gentoo-0f9690197b991b27e5ea2d1a8c97b3483a16ad8e.tar.bz2 gentoo-0f9690197b991b27e5ea2d1a8c97b3483a16ad8e.zip |
dev-cpp/pystring: Keyword 1.1.3-r1 ppc64, #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 ad23dfe5438e..cb58e2b9e1b9 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 ~arm ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" fi BDEPEND=" |