summaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-09-27 13:10:47 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-09-27 13:12:33 -0500
commit316379700598756a6fc4a9ca57d31270b8425858 (patch)
tree7ce400783b89e27fa29d87ca6ad57cd49a8dfa7a /gui-wm
parentgui-libs/wlroots: 0.7.0 stable amd64 x86 and arm64 (diff)
downloadgentoo-316379700598756a6fc4a9ca57d31270b8425858.tar.gz
gentoo-316379700598756a6fc4a9ca57d31270b8425858.tar.bz2
gentoo-316379700598756a6fc4a9ca57d31270b8425858.zip
gui-wm/sway: 1.2 stable amd64 arm64 and x86
Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/sway/sway-1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-1.2.ebuild b/gui-wm/sway/sway-1.2.ebuild
index e4d011fc2064..7688622a2418 100644
--- a/gui-wm/sway/sway-1.2.ebuild
+++ b/gui-wm/sway/sway-1.2.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 ~x86"
+ KEYWORDS="amd64 arm64 x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi