diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-03-18 11:02:50 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-03-18 11:02:50 -0500 |
commit | aff617bb0da197d4480e29dc068901802d273210 (patch) | |
tree | 957693bf0d21982ba09e0811a137e6db40a96d22 /gui-wm | |
parent | net-analyzer/icinga2: drop 2.14.1 (diff) | |
download | gentoo-aff617bb0da197d4480e29dc068901802d273210.tar.gz gentoo-aff617bb0da197d4480e29dc068901802d273210.tar.bz2 gentoo-aff617bb0da197d4480e29dc068901802d273210.zip |
gui-wm/sway: stabilize 1.9 for amd64, arm64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/sway/sway-1.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-1.9.ebuild b/gui-wm/sway/sway-1.9.ebuild index 905df0af237e..85c49a9b40ca 100644 --- a/gui-wm/sway/sway-1.9.ebuild +++ b/gui-wm/sway/sway-1.9.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then else MY_PV=${PV/_rc/-rc} SRC_URI="https://github.com/swaywm/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" S="${WORKDIR}/${PN}-${MY_PV}" fi |