Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/
Date: Wed, 03 Aug 2016 04:06:31
Message-Id: 1470196679.c2889f5c68c58e1ec69cd26163377ece0828333d.jer@gentoo
1 commit: c2889f5c68c58e1ec69cd26163377ece0828333d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 03:57:59 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 03:57:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2889f5c
7
8 dev-libs/wayland: Stable for HPPA (bug #579266).
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --ignore-arches
12
13 dev-libs/wayland/wayland-1.11.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/wayland/wayland-1.11.0.ebuild b/dev-libs/wayland/wayland-1.11.0.ebuild
17 index 7d26a9c..88a13c2 100644
18 --- a/dev-libs/wayland/wayland-1.11.0.ebuild
19 +++ b/dev-libs/wayland/wayland-1.11.0.ebuild
20 @@ -18,10 +18,10 @@ HOMEPAGE="https://wayland.freedesktop.org/"
21
22 if [[ $PV = 9999* ]]; then
23 SRC_URI="${SRC_PATCHES}"
24 - KEYWORDS=""
25 + KEYWORDS="hppa"
26 else
27 SRC_URI="https://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"