summaryrefslogtreecommitdiff
path: root/gui-wm
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2019-04-09 23:00:33 -0400
committerAaron Bauman <bman@gentoo.org>2019-04-09 23:00:33 -0400
commit9d8320734bef7a8700c3b3f65e54c23838ee7e5d (patch)
treebe385d5fe7a73b963a74b73b8a8a6a81b470ecab /gui-wm
parentgui-libs/wlroots: amd64 stable wrt bug #682942 (diff)
downloadgentoo-9d8320734bef7a8700c3b3f65e54c23838ee7e5d.tar.gz
gentoo-9d8320734bef7a8700c3b3f65e54c23838ee7e5d.tar.bz2
gentoo-9d8320734bef7a8700c3b3f65e54c23838ee7e5d.zip
gui-wm/sway: amd64 stable wrt bug #682942
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'gui-wm')
-rw-r--r--gui-wm/sway/sway-1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-1.0.ebuild b/gui-wm/sway/sway-1.0.ebuild
index 0c258524b150..74297edfba3d 100644
--- a/gui-wm/sway/sway-1.0.ebuild
+++ b/gui-wm/sway/sway-1.0.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 ~x86"
+ KEYWORDS="amd64 ~x86"
S="${WORKDIR}/${PN}-${MY_PV}"
fi