Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/
Date: Sun, 08 Mar 2020 10:42:12
Message-Id: 1583664074.06285cb74b433183d2c34722342dcc32aeeafc97.ago@gentoo
1 commit: 06285cb74b433183d2c34722342dcc32aeeafc97
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 8 10:41:14 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 8 10:41:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06285cb7
7
8 dev-libs/weston: amd64 stable wrt bug #711820
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-libs/weston/weston-8.0.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/weston/weston-8.0.0.ebuild b/dev-libs/weston/weston-8.0.0.ebuild
18 index eab5a9c15f7..bc3761e35cf 100644
19 --- a/dev-libs/weston/weston-8.0.0.ebuild
20 +++ b/dev-libs/weston/weston-8.0.0.ebuild
21 @@ -16,10 +16,10 @@ HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/waylan
22
23 if [[ $PV = 9999* ]]; then
24 SRC_URI="${SRC_PATCHES}"
25 - KEYWORDS="arm x86"
26 + KEYWORDS="amd64 arm x86"
27 else
28 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
29 - KEYWORDS="~amd64 arm x86"
30 + KEYWORDS="amd64 arm x86"
31 fi
32
33 LICENSE="MIT CC-BY-SA-3.0"