From 22c37d4e77433814e8d76643b244837b29424849 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 3 Dec 2020 00:28:33 +0100 Subject: dev-libs/weston: x86 stable (bug #757378) Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann --- dev-libs/weston/weston-9.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/weston/weston-9.0.0.ebuild b/dev-libs/weston/weston-9.0.0.ebuild index 097c7f0c70b9..c01d4eda03b4 100644 --- a/dev-libs/weston/weston-9.0.0.ebuild +++ b/dev-libs/weston/weston-9.0.0.ebuild @@ -16,10 +16,10 @@ HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/waylan if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="" + KEYWORDS="x86" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm x86" fi LICENSE="MIT CC-BY-SA-3.0" -- cgit v1.2.3-65-gdbad