diff options
author | Sam James <sam@gentoo.org> | 2021-10-31 05:53:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-31 05:53:31 +0000 |
commit | 3a7e9663d43bf57840bd895230373c049d739c5d (patch) | |
tree | c66b1cab12aca081c14bf02c8dea5754ebd6a8dd /dev-cpp | |
parent | media-libs/opencolorio: add 2.1.0 (diff) | |
download | gentoo-3a7e9663d43bf57840bd895230373c049d739c5d.tar.gz gentoo-3a7e9663d43bf57840bd895230373c049d739c5d.tar.bz2 gentoo-3a7e9663d43bf57840bd895230373c049d739c5d.zip |
dev-cpp/pystring: Stabilize 1.1.3-r1 amd64, #803884
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-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 cb58e2b9e1b9..2a716f8f1a5e 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 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" fi BDEPEND=" |