diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-01-25 14:46:36 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-01-25 14:46:50 -0600 |
commit | 4a4070541f484417e2772ea374187562b930066e (patch) | |
tree | bda74981a17472107f77fb8aa16c9dcb4db083bb /gui-wm | |
parent | gui-apps/slurp: stabilize 1.4.0 for amd64, arm64, x86 (diff) | |
download | gentoo-4a4070541f484417e2772ea374187562b930066e.tar.gz gentoo-4a4070541f484417e2772ea374187562b930066e.tar.bz2 gentoo-4a4070541f484417e2772ea374187562b930066e.zip |
gui-wm/sway: stabilize 1.8-r1 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-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-wm/sway/sway-1.8-r1.ebuild b/gui-wm/sway/sway-1.8-r1.ebuild index b689ca496c42..4a65197f1e7b 100644 --- a/gui-wm/sway/sway-1.8-r1.ebuild +++ b/gui-wm/sway/sway-1.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 |