diff options
author | Alex Fan <alex.fan.q@gmail.com> | 2022-02-28 12:41:49 +1100 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-02-28 15:02:27 +0800 |
commit | 14e4edabf8f41302170788f2d47a757ec47f5e61 (patch) | |
tree | 0c2a35939eee1eb13994e125d2a229288e67f4bb /dev-cpp/pystring | |
parent | profiles/arch/riscv: mask media-gfx/krita[vc] (diff) | |
download | gentoo-14e4edabf8f41302170788f2d47a757ec47f5e61.tar.gz gentoo-14e4edabf8f41302170788f2d47a757ec47f5e61.tar.bz2 gentoo-14e4edabf8f41302170788f2d47a757ec47f5e61.zip |
dev-cpp/pystring: keyword 1.1.3-r1 for ~riscv
Signed-off-by: Alex Fan <alex.fan.q@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-cpp/pystring')
-rw-r--r-- | dev-cpp/pystring/pystring-1.1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild index 2a716f8f1a5e..4769adbf8de7 100644 --- a/dev-cpp/pystring/pystring-1.1.3-r1.ebuild +++ b/dev-cpp/pystring/pystring-1.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~riscv ~x86" fi BDEPEND=" |