diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-08-05 16:11:56 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-08-05 16:11:56 +0200 |
commit | c071a99a8cce6f02102b570f76ca2663a5737960 (patch) | |
tree | 5022ffe7e459005d5ac59624b5586628fe3331e0 /gui-libs/wlroots | |
parent | x11-misc/xdg-utils: x86 stable wrt bug #733598 (diff) | |
download | gentoo-c071a99a8cce6f02102b570f76ca2663a5737960.tar.gz gentoo-c071a99a8cce6f02102b570f76ca2663a5737960.tar.bz2 gentoo-c071a99a8cce6f02102b570f76ca2663a5737960.zip |
gui-libs/wlroots: 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-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.11.0.ebuild b/gui-libs/wlroots/wlroots-0.11.0.ebuild index 30dbd9c9ead9..b8e99a306c9e 100644 --- a/gui-libs/wlroots/wlroots-0.11.0.ebuild +++ b/gui-libs/wlroots/wlroots-0.11.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm64 ~ppc64 ~x86" + KEYWORDS="amd64 arm64 ~ppc64 x86" fi LICENSE="MIT" |