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: Tue, 27 Nov 2018 20:31:01
Message-Id: 1543350642.eb8e5ff6ae057e84919625d69421d4a49808d67b.mattst88@gentoo
1 commit: eb8e5ff6ae057e84919625d69421d4a49808d67b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 27 20:29:39 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 27 20:30:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8e5ff6
7
8 dev-libs/wayland-1.16.0: ia64 stable, bug 668900
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/wayland/wayland-1.16.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/wayland/wayland-1.16.0.ebuild b/dev-libs/wayland/wayland-1.16.0.ebuild
16 index d2de7f860c5..01a246ee8cf 100644
17 --- a/dev-libs/wayland/wayland-1.16.0.ebuild
18 +++ b/dev-libs/wayland/wayland-1.16.0.ebuild
19 @@ -18,7 +18,7 @@ if [[ $PV = 9999* ]]; then
20 SRC_URI=""
21 else
22 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
23 - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
24 + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
25 fi
26
27 LICENSE="MIT"