Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/
Date: Fri, 23 Nov 2018 08:53:36
Message-Id: 1542963180.234feb8b5ed7f17b6464195c810f4ed42f956f86.slyfox@gentoo
1 commit: 234feb8b5ed7f17b6464195c810f4ed42f956f86
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Fri Nov 23 06:48:28 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 23 08:53:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234feb8b
7
8 app-arch/brotli: stable 1.0.6-r1 for sparc, bug #668496
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 app-arch/brotli/brotli-1.0.6-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-arch/brotli/brotli-1.0.6-r1.ebuild b/app-arch/brotli/brotli-1.0.6-r1.ebuild
19 index 72733671f1d..9f7d767a069 100644
20 --- a/app-arch/brotli/brotli-1.0.6-r1.ebuild
21 +++ b/app-arch/brotli/brotli-1.0.6-r1.ebuild
22 @@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then
23 EGIT_REPO_URI="https://github.com/google/${PN}.git"
24 inherit git-r3
25 else
26 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
27 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
28 SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 fi