Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/
Date: Sat, 19 Dec 2015 19:55:33
Message-Id: 1450554912.ff6570a835d5895c618e875fc718ddfa1aa7c59a.maekke@gentoo
1 commit: ff6570a835d5895c618e875fc718ddfa1aa7c59a
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 19 19:55:12 2015 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 19 19:55:12 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6570a8
7
8 dev-libs/wayland: arm stable, bug #559062
9
10 Package-Manager: portage-2.2.26
11 RepoMan-Options: --include-arches="arm"
12
13 dev-libs/wayland/wayland-1.9.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/wayland/wayland-1.9.0.ebuild b/dev-libs/wayland/wayland-1.9.0.ebuild
17 index 9ab27b3..5046854 100644
18 --- a/dev-libs/wayland/wayland-1.9.0.ebuild
19 +++ b/dev-libs/wayland/wayland-1.9.0.ebuild
20 @@ -18,10 +18,10 @@ HOMEPAGE="http://wayland.freedesktop.org/"
21
22 if [[ $PV = 9999* ]]; then
23 SRC_URI="${SRC_PATCHES}"
24 - KEYWORDS=""
25 + KEYWORDS="arm"
26 else
27 SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
28 - KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
29 + KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
30 fi
31
32 LICENSE="MIT"