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-protocols/
Date: Wed, 03 Aug 2016 04:06:34
Message-Id: 1470196734.b368bdf041570ef010ac8161f5e4dfd25ed525db.jer@gentoo
1 commit: b368bdf041570ef010ac8161f5e4dfd25ed525db
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 03:58:54 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 03:58:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b368bdf0
7
8 dev-libs/wayland-protocols: Stable for HPPA (bug #579266).
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --ignore-arches
12
13 dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild
17 index 9beb33b..28e8947 100644
18 --- a/dev-libs/wayland-protocols/wayland-protocols-1.4.ebuild
19 +++ b/dev-libs/wayland-protocols/wayland-protocols-1.4.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"