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: Sat, 06 Jan 2018 18:29:08
Message-Id: 1515263337.2ecf9a768d90bb5c860c66b16d7da3b84c5f2eb9.slyfox@gentoo
1 commit: 2ecf9a768d90bb5c860c66b16d7da3b84c5f2eb9
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 6 18:28:51 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 6 18:28:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ecf9a76
7
8 app-arch/brotli: keyworded 1.0.2 for ia64, bug #643182
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ia64"
12
13 app-arch/brotli/brotli-1.0.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-arch/brotli/brotli-1.0.2.ebuild b/app-arch/brotli/brotli-1.0.2.ebuild
17 index 0a289fcba48..58b19b68512 100644
18 --- a/app-arch/brotli/brotli-1.0.2.ebuild
19 +++ b/app-arch/brotli/brotli-1.0.2.ebuild
20 @@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then
21 inherit git-r3
22 else
23 PATCHES=( "${FILESDIR}"/${P}-no-rpath.patch )
24 - KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~x86-linux"
25 + KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux"
26 SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 fi