summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-01-21 12:48:17 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2021-01-21 13:06:05 -0600
commitbda305d5d857908a178072f810c36ba68a56c915 (patch)
tree6327b9e3747554401f2b16d4fb9fc06b85e103dd /gui-wm/sway/sway-1.5.1-r1.ebuild
parentwww-apps/chromedriver-bin: bump to 88.0.4324.96 (diff)
downloadgentoo-bda305d5d857908a178072f810c36ba68a56c915.tar.gz
gentoo-bda305d5d857908a178072f810c36ba68a56c915.tar.bz2
gentoo-bda305d5d857908a178072f810c36ba68a56c915.zip
gui-wm/sway: stablize 1.5.1-r1 with cleanup
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm/sway/sway-1.5.1-r1.ebuild')
-rw-r--r--gui-wm/sway/sway-1.5.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-wm/sway/sway-1.5.1-r1.ebuild b/gui-wm/sway/sway-1.5.1-r1.ebuild
index 1d2aa6e981d5..f9c1308658c6 100644
--- a/gui-wm/sway/sway-1.5.1-r1.ebuild
+++ b/gui-wm/sway/sway-1.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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