diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-05-09 12:59:52 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-05-09 13:00:27 -0500 |
commit | 459729ae987c325208c408eee6c88cdb981dd750 (patch) | |
tree | 8b348073698b89998713470ed4f993af1f0b5d6d /gui-wm | |
parent | gui-libs/wlroots: 0.13.0 stable amd64/x86/arm64 (diff) | |
download | gentoo-459729ae987c325208c408eee6c88cdb981dd750.tar.gz gentoo-459729ae987c325208c408eee6c88cdb981dd750.tar.bz2 gentoo-459729ae987c325208c408eee6c88cdb981dd750.zip |
gui-wm/sway: 1.6 stable amd64/arm64/x86
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/sway/sway-1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-1.6.ebuild b/gui-wm/sway/sway-1.6.ebuild index e5febb24e88b..2cd639ebc15b 100644 --- a/gui-wm/sway/sway-1.6.ebuild +++ b/gui-wm/sway/sway-1.6.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 |