From: Agostino Sarubbo Date: Sun, 8 Mar 2020 10:41:14 +0000 (+0100) Subject: dev-libs/weston: amd64 stable wrt bug #711820 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=06285cb74b433183d2c34722342dcc32aeeafc97;p=gentoo.git dev-libs/weston: amd64 stable wrt bug #711820 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo --- diff --git a/dev-libs/weston/weston-8.0.0.ebuild b/dev-libs/weston/weston-8.0.0.ebuild index eab5a9c15f7b..bc3761e35cfe 100644 --- a/dev-libs/weston/weston-8.0.0.ebuild +++ b/dev-libs/weston/weston-8.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="arm x86" + KEYWORDS="amd64 arm 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"