diff options
author | Sam James <sam@gentoo.org> | 2020-07-25 19:31:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-25 19:33:05 +0000 |
commit | 6160dac3cfa24e72a9ef26384826f4e15744e570 (patch) | |
tree | 77db1db4894e89e57cdede4b113801985cb5a15b /gui-wm | |
parent | gui-libs/wlroots: arm64 stable (bug #733648) (diff) | |
download | gentoo-6160dac3cfa24e72a9ef26384826f4e15744e570.tar.gz gentoo-6160dac3cfa24e72a9ef26384826f4e15744e570.tar.bz2 gentoo-6160dac3cfa24e72a9ef26384826f4e15744e570.zip |
gui-wm/sway: arm64 stable (bug #733648)
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/sway/sway-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/sway/sway-1.5.ebuild b/gui-wm/sway/sway-1.5.ebuild index 788f5adfe34c..acd1cdc268e9 100644 --- a/gui-wm/sway/sway-1.5.ebuild +++ b/gui-wm/sway/sway-1.5.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 |