diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-02-22 13:46:33 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-02-22 13:47:04 -0600 |
commit | 2f55ea66462598363b0afa0cea2ad9a866759a4c (patch) | |
tree | b8a2a733f90522642bc977f2c30043a6bdf05fe4 /gui-wm/sway | |
parent | gui-libs/wlroots: 0.15.0-r2 stable amd64 arm64 x86 (diff) | |
download | gentoo-2f55ea66462598363b0afa0cea2ad9a866759a4c.tar.gz gentoo-2f55ea66462598363b0afa0cea2ad9a866759a4c.tar.bz2 gentoo-2f55ea66462598363b0afa0cea2ad9a866759a4c.zip |
gui-wm/sway: 1.7 stable amd64 arm64 x86
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm/sway')
-rw-r--r-- | gui-wm/sway/sway-1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-1.7.ebuild b/gui-wm/sway/sway-1.7.ebuild index c23563749bdc..d32a9d629435 100644 --- a/gui-wm/sway/sway-1.7.ebuild +++ b/gui-wm/sway/sway-1.7.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 |