Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/cogl/
Date: Sat, 01 Jul 2017 15:24:49
Message-Id: 1498922680.0141f64a41d91ecb0f1726d98c2f8f8d0dd9ef75.aballier@gentoo
1 commit: 0141f64a41d91ecb0f1726d98c2f8f8d0dd9ef75
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 14:19:30 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 15:24:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0141f64a
7
8 media-libs/cogl: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-libs/cogl/cogl-1.22.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/cogl/cogl-1.22.2.ebuild b/media-libs/cogl/cogl-1.22.2.ebuild
16 index 3446370c5dd..b7ece30963a 100644
17 --- a/media-libs/cogl/cogl-1.22.2.ebuild
18 +++ b/media-libs/cogl/cogl-1.22.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -17,7 +17,7 @@ REQUIRED_USE="
26 wayland? ( gles2 )
27 || ( gles2 opengl )
28 "
29 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
30 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
31
32 COMMON_DEPEND="
33 >=dev-libs/glib-2.32:2