summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-10-17 12:12:26 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2021-10-17 12:13:03 -0500
commit5ddaafe12d7b92d1e68731cc6e18551897f915c8 (patch)
tree2ded58ce18edb8268363e54824bf8c463109c27d /gui-apps/swayidle
parentdev-ruby/puppetdb-termini: 7.6.0 stable amd64/x86 (diff)
downloadgentoo-5ddaafe12d7b92d1e68731cc6e18551897f915c8.tar.gz
gentoo-5ddaafe12d7b92d1e68731cc6e18551897f915c8.tar.bz2
gentoo-5ddaafe12d7b92d1e68731cc6e18551897f915c8.zip
gui-apps/swayidle: add riscv flag to other versions
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps/swayidle')
-rw-r--r--gui-apps/swayidle/swayidle-1.7.ebuild2
-rw-r--r--gui-apps/swayidle/swayidle-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/gui-apps/swayidle/swayidle-1.7.ebuild b/gui-apps/swayidle/swayidle-1.7.ebuild
index d504c8c88d5c..75d3ae4d6448 100644
--- a/gui-apps/swayidle/swayidle-1.7.ebuild
+++ b/gui-apps/swayidle/swayidle-1.7.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 arm64 ~ppc64 x86"
+ KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
fi
LICENSE="MIT"
diff --git a/gui-apps/swayidle/swayidle-9999.ebuild b/gui-apps/swayidle/swayidle-9999.ebuild
index f6abc2bf7237..ca9a351efc36 100644
--- a/gui-apps/swayidle/swayidle-9999.ebuild
+++ b/gui-apps/swayidle/swayidle-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/swaywm/${PN}.git"
else
SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"