summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-06-27 10:02:04 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-06-27 10:25:39 -0500
commit409a241da295d2213091d0b7d66f58358e312ca9 (patch)
tree43766044fd8b30f724f0351ddd73748c42807a01
parentmedia-sound/pulseeffects: 4.6.5 stable amd64 with cleanup (diff)
downloadgentoo-409a241da295d2213091d0b7d66f58358e312ca9.tar.gz
gentoo-409a241da295d2213091d0b7d66f58358e312ca9.tar.bz2
gentoo-409a241da295d2213091d0b7d66f58358e312ca9.zip
gui-wm/sway: 1.1.1 stable amd64 and x86
Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r--gui-wm/sway/sway-1.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-1.1.1.ebuild b/gui-wm/sway/sway-1.1.1.ebuild
index 5293b993a7d5..58983d61520f 100644
--- a/gui-wm/sway/sway-1.1.1.ebuild
+++ b/gui-wm/sway/sway-1.1.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 ~x86"
+ KEYWORDS="amd64 ~arm64 x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi