summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-12-11 12:02:24 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2020-12-11 12:02:43 -0600
commit864e989a02692ae80fbbb1ed173b40c448cafc6f (patch)
treea4684ae2d10922f9da9c341f0191539a4125b379 /gui-wm/sway
parentgui-libs/wlroots: 1.2.0 stable amd64/x86/arm64 (diff)
downloadgentoo-864e989a02692ae80fbbb1ed173b40c448cafc6f.tar.gz
gentoo-864e989a02692ae80fbbb1ed173b40c448cafc6f.tar.bz2
gentoo-864e989a02692ae80fbbb1ed173b40c448cafc6f.zip
gui-wm/sway: 1.5.1 stable amd64/x86/arm64
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm/sway')
-rw-r--r--gui-wm/sway/sway-1.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-1.5.1.ebuild b/gui-wm/sway/sway-1.5.1.ebuild
index ffac4374950d..d7f2f7059d3e 100644
--- a/gui-wm/sway/sway-1.5.1.ebuild
+++ b/gui-wm/sway/sway-1.5.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 ~x86"
+ KEYWORDS="amd64 arm64 ~ppc64 x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi