diff options
author | Sam James <sam@gentoo.org> | 2022-02-28 23:56:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-28 23:56:58 +0000 |
commit | efd10a59beae038a80e4fa2a98042c86e315f64a (patch) | |
tree | 1f5869dfc2688c658fccc6053c87f46772a9eab6 /dev-cpp/pystring | |
parent | media-libs/devil: Stabilize 1.7.8-r3 x86, #833158 (diff) | |
download | gentoo-efd10a59beae038a80e4fa2a98042c86e315f64a.tar.gz gentoo-efd10a59beae038a80e4fa2a98042c86e315f64a.tar.bz2 gentoo-efd10a59beae038a80e4fa2a98042c86e315f64a.zip |
dev-cpp/pystring: Stabilize 1.1.3-r1 x86, #833158
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 4769adbf8de7..7256d7703bc2 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 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi BDEPEND=" |