diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-08-05 16:12:01 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-08-05 16:12:01 +0200 |
commit | 759de8fa5d4afa5b0bcbbba1cb67537046fa806b (patch) | |
tree | 3a3f51a8acf5aff64c752cb2a877346138825cb4 /gui-wm | |
parent | gui-libs/wlroots: x86 stable wrt bug #733648 (diff) | |
download | gentoo-759de8fa5d4afa5b0bcbbba1cb67537046fa806b.tar.gz gentoo-759de8fa5d4afa5b0bcbbba1cb67537046fa806b.tar.bz2 gentoo-759de8fa5d4afa5b0bcbbba1cb67537046fa806b.zip |
gui-wm/sway: x86 stable wrt bug #733648
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@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 acd1cdc268e9..66ff5e4f18e0 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 |