summaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-02-22 15:37:46 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2020-02-22 15:37:46 -0600
commite5d7c8d92b1d7288cbe15ee8a8bccef15d244923 (patch)
tree4b3592aed298afc49bd2887b245fdee70245299c /gui-wm
parentgui-libs/wlroots: 0.10.0 stable amd64 arm64 and x86 (diff)
downloadgentoo-e5d7c8d92b1d7288cbe15ee8a8bccef15d244923.tar.gz
gentoo-e5d7c8d92b1d7288cbe15ee8a8bccef15d244923.tar.bz2
gentoo-e5d7c8d92b1d7288cbe15ee8a8bccef15d244923.zip
gui-wm/sway: 1.4 stable amd64 x86 and arm64
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/sway/sway-1.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-1.4.ebuild b/gui-wm/sway/sway-1.4.ebuild
index 4e8d954b57fd..d0fc53539b7b 100644
--- a/gui-wm/sway/sway-1.4.ebuild
+++ b/gui-wm/sway/sway-1.4.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