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/
Date: Mon, 19 Jun 2017 12:59:04
Message-Id: 1497877131.eb1125303e4b890cfce091f3ebef5f5ba3c7002a.aballier@gentoo
1 commit: eb1125303e4b890cfce091f3ebef5f5ba3c7002a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 12:52:04 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=eb112530
7
8 dev-libs/wayland: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-libs/wayland/wayland-1.13.0.ebuild | 2 +-
13 dev-libs/wayland/wayland-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/wayland/wayland-1.13.0.ebuild b/dev-libs/wayland/wayland-1.13.0.ebuild
17 index 9e5a1f508a0..8d41e5d69ac 100644
18 --- a/dev-libs/wayland/wayland-1.13.0.ebuild
19 +++ b/dev-libs/wayland/wayland-1.13.0.ebuild
20 @@ -18,7 +18,7 @@ if [[ $PV = 9999* ]]; then
21 SRC_URI=""
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/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild
31 index 2863cc6657e..5eb24e094b2 100644
32 --- a/dev-libs/wayland/wayland-9999.ebuild
33 +++ b/dev-libs/wayland/wayland-9999.ebuild
34 @@ -18,7 +18,7 @@ if [[ $PV = 9999* ]]; then
35 SRC_URI=""
36 else
37 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
38 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
39 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
40 fi
41
42 LICENSE="MIT"