diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-04-16 11:13:00 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-04-16 11:13:09 -0500 |
commit | 7d2c3102502871f33e65d68ed3b52f25d7a41e93 (patch) | |
tree | 0ea0865222827d19017a0294cf0167bbf2748e55 /gui-apps/grim | |
parent | dev-python/jupyter: Remove old (diff) | |
download | gentoo-7d2c3102502871f33e65d68ed3b52f25d7a41e93.tar.gz gentoo-7d2c3102502871f33e65d68ed3b52f25d7a41e93.tar.bz2 gentoo-7d2c3102502871f33e65d68ed3b52f25d7a41e93.zip |
gui-apps/grim: keyword ~ppc64 ~riscv ~x86 for sway
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps/grim')
-rw-r--r-- | gui-apps/grim/grim-1.4.0-r1.ebuild | 2 | ||||
-rw-r--r-- | gui-apps/grim/grim-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui-apps/grim/grim-1.4.0-r1.ebuild b/gui-apps/grim/grim-1.4.0-r1.ebuild index 0883e35c818a..c2d03e9ccf68 100644 --- a/gui-apps/grim/grim-1.4.0-r1.ebuild +++ b/gui-apps/grim/grim-1.4.0-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/emersion/${PN}.git" else SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="MIT" diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild index 66522ea185c3..475fdee6605e 100644 --- a/gui-apps/grim/grim-9999.ebuild +++ b/gui-apps/grim/grim-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/emersion/${PN}.git" else SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="MIT" |