Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/
Date: Sun, 19 Aug 2018 02:45:32
Message-Id: 1534646703.c14e1d7ca6a2253dec73e309739625f87a77b870.mattst88@gentoo
1 commit: c14e1d7ca6a2253dec73e309739625f87a77b870
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 19 02:44:40 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 19 02:45:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14e1d7c
7
8 dev-libs/wayland-1.15.0: ppc64 stable, bug 664002
9
10 dev-libs/wayland/wayland-1.15.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-libs/wayland/wayland-1.15.0.ebuild b/dev-libs/wayland/wayland-1.15.0.ebuild
14 index d4a2f52932f..c5264cdcf33 100644
15 --- a/dev-libs/wayland/wayland-1.15.0.ebuild
16 +++ b/dev-libs/wayland/wayland-1.15.0.ebuild
17 @@ -18,7 +18,7 @@ if [[ $PV = 9999* ]]; then
18 SRC_URI=""
19 else
20 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
21 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
22 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86"
23 fi
24
25 LICENSE="MIT"