diff options
author | Xin Yang <yangmame@icloud.com> | 2023-02-10 23:08:36 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-02-12 19:35:04 +0100 |
commit | 21a11b769383bc401cc543bdd62cee1a1d087b3c (patch) | |
tree | 48cf8d8c3945158a3a926cfae8d3fb1249b187f1 /app-shells | |
parent | dev-util/artifactory-bin: treeclean (diff) | |
download | gentoo-21a11b769383bc401cc543bdd62cee1a1d087b3c.tar.gz gentoo-21a11b769383bc401cc543bdd62cee1a1d087b3c.tar.bz2 gentoo-21a11b769383bc401cc543bdd62cee1a1d087b3c.zip |
app-shells/powerline: keyword powerline 2.7-r2 riscv #893852
Signed-off-by: Xin Yang <yangmame@icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/29531
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/powerline/powerline-2.7-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/powerline/powerline-2.7-r2.ebuild b/app-shells/powerline/powerline-2.7-r2.ebuild index 07c1e30e7331..4871eb7525a6 100644 --- a/app-shells/powerline/powerline-2.7-r2.ebuild +++ b/app-shells/powerline/powerline-2.7-r2.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_BRANCH="develop" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}-status/${PN}-status-${PV}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi S="${WORKDIR}/${PN}-status-${PV}" |