From: Thomas Deutschmann Date: Mon, 7 May 2018 17:49:05 +0000 (+0200) Subject: dev-libs/weston: x86 stable (bug #649316) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1793ebc6cdef9d6d0eb3f1b70f3c902e5093f0cf;p=gentoo.git dev-libs/weston: x86 stable (bug #649316) Package-Manager: Portage-2.3.34, Repoman-2.3.9 --- diff --git a/dev-libs/weston/weston-3.0.0.ebuild b/dev-libs/weston/weston-3.0.0.ebuild index 0fc2ee820834..b7668c570ac1 100644 --- a/dev-libs/weston/weston-3.0.0.ebuild +++ b/dev-libs/weston/weston-3.0.0.ebuild @@ -16,10 +16,10 @@ HOMEPAGE="https://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="amd64" + KEYWORDS="amd64 x86" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~x86 ~arm-linux" + KEYWORDS="amd64 ~arm x86 ~arm-linux" fi LICENSE="MIT CC-BY-SA-3.0"