Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland-protocols/
Date: Sun, 20 Jan 2019 09:53:46
Message-Id: 1547978011.ff7e9c8d6819b63d33bf0d76d1fd609c368b6173.slyfox@gentoo
1 commit: ff7e9c8d6819b63d33bf0d76d1fd609c368b6173
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Jan 20 08:29:11 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 20 09:53:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7e9c8d
7
8 dev-libs/wayland-protocols: stable 1.17 for sparc, bug #675818
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="sparc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
19 index 0b33125e7a0..8458ca22e32 100644
20 --- a/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
21 +++ b/dev-libs/wayland-protocols/wayland-protocols-1.17.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -17,7 +17,7 @@ HOMEPAGE="https://wayland.freedesktop.org/"
29
30 if [[ $PV != 9999* ]]; then
31 SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz"
32 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
33 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
34 fi
35
36 LICENSE="MIT"