diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-12 17:26:45 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-12 17:26:45 -0500 |
commit | 14ff0f25b6ba610e03cef94244420c9ac8db1249 (patch) | |
tree | 114075c9f4f9cfcda980107894203215abae1deb /gui-wm | |
parent | gui-libs/wlroots: stabilize 0.16.2 for amd64, arm64, x86 (diff) | |
download | gentoo-14ff0f25b6ba610e03cef94244420c9ac8db1249.tar.gz gentoo-14ff0f25b6ba610e03cef94244420c9ac8db1249.tar.bz2 gentoo-14ff0f25b6ba610e03cef94244420c9ac8db1249.zip |
gui-wm/sway: stabilize 1.8.1 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.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-1.8.1.ebuild b/gui-wm/sway/sway-1.8.1.ebuild index 8c30e4dd9e1f..4a65197f1e7b 100644 --- a/gui-wm/sway/sway-1.8.1.ebuild +++ b/gui-wm/sway/sway-1.8.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 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86" S="${WORKDIR}/${PN}-${MY_PV}" fi |