commit: 06285cb74b433183d2c34722342dcc32aeeafc97 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 10:41:14 2020 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 10:41:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06285cb7
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 <ago <AT> gentoo.org> dev-libs/weston/weston-8.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/weston/weston-8.0.0.ebuild b/dev-libs/weston/weston-8.0.0.ebuild index eab5a9c15f7..bc3761e35cf 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"
