Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/
Date: Mon, 19 Jun 2017 12:59:04
Message-Id: 1497877131.081e8ec27caece1edca16e60267edb7a333087b7.aballier@gentoo
1 commit: 081e8ec27caece1edca16e60267edb7a333087b7
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 12:52:43 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 12:58:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081e8ec2
7
8 dev-libs/wayland-protocols: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild | 2 +-
13 dev-libs/wayland-protocols/wayland-protocols-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild
17 index 11aeaed8c23..f57e0ca018d 100644
18 --- a/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild
19 +++ b/dev-libs/wayland-protocols/wayland-protocols-1.7.ebuild
20 @@ -19,7 +19,7 @@ if [[ $PV = 9999* ]]; then
21 SRC_URI="${SRC_PATCHES}"
22 else
23 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
24 - KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
25 + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
26 fi
27
28 LICENSE="MIT"
29
30 diff --git a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild
31 index ecf94d9bcaa..d25cad183e7 100644
32 --- a/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild
33 +++ b/dev-libs/wayland-protocols/wayland-protocols-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=5
40 @@ -20,7 +20,7 @@ if [[ $PV = 9999* ]]; then
41 KEYWORDS=""
42 else
43 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
44 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
45 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
46 fi
47
48 LICENSE="MIT"