diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-04-25 01:03:12 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-04-25 01:03:12 +0200 |
commit | bad30990f2a948032983e59ad89a001abce08442 (patch) | |
tree | aaba7f5ff3aa876b0ec6c05ceb1e766049150d5a /gui-wm | |
parent | gui-libs/wlroots: x86 stable (bug #682942) (diff) | |
download | gentoo-bad30990f2a948032983e59ad89a001abce08442.tar.gz gentoo-bad30990f2a948032983e59ad89a001abce08442.tar.bz2 gentoo-bad30990f2a948032983e59ad89a001abce08442.zip |
gui-wm/sway: x86 stable (bug #682942)
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/sway/sway-1.0.ebuild | 2 |
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 412af2358e26..959bbbde1c79 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 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" S="${WORKDIR}/${PN}-${MY_PV}" fi |