diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-07-24 15:19:03 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-07-24 15:26:05 -0500 |
commit | 232cf4cc009b014cd9744bd2983222116e7b9703 (patch) | |
tree | da16446b9264baecba0a4b9cbaf2cf766fda6c2a /gui-wm | |
parent | gui-libs/wlroots: 0.14.0 stable amd64/arm64/x86 (diff) | |
download | gentoo-232cf4cc009b014cd9744bd2983222116e7b9703.tar.gz gentoo-232cf4cc009b014cd9744bd2983222116e7b9703.tar.bz2 gentoo-232cf4cc009b014cd9744bd2983222116e7b9703.zip |
gui-wm/sway: 1.6.1 stable amd64/arm64/x86
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/sway/sway-1.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-1.6.1.ebuild b/gui-wm/sway/sway-1.6.1.ebuild index c803967beb39..9bf7e9607774 100644 --- a/gui-wm/sway/sway-1.6.1.ebuild +++ b/gui-wm/sway/sway-1.6.1.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 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" S="${WORKDIR}/${PN}-${MY_PV}" fi |