summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-07-01 16:19:30 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-07-01 17:24:40 +0200
commit0141f64a41d91ecb0f1726d98c2f8f8d0dd9ef75 (patch)
treec051a02c55f804faddb11de399637cb5e41b259d
parentdev-libs/hyphen: keyword ~arm64 (diff)
downloadgentoo-0141f64a.tar.gz
gentoo-0141f64a.tar.bz2
gentoo-0141f64a.zip
media-libs/cogl: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--media-libs/cogl/cogl-1.22.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/cogl/cogl-1.22.2.ebuild b/media-libs/cogl/cogl-1.22.2.ebuild
index 3446370c5dd8..b7ece30963a0 100644
--- a/media-libs/cogl/cogl-1.22.2.ebuild
+++ b/media-libs/cogl/cogl-1.22.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,7 +17,7 @@ REQUIRED_USE="
wayland? ( gles2 )
|| ( gles2 opengl )
"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
COMMON_DEPEND="
>=dev-libs/glib-2.32:2