diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-07 09:00:22 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-07 09:09:04 +0200 |
commit | 669eb016b79df52f883ff795607153c026fda4fb (patch) | |
tree | 0c23acc13db128ebc8e572966243fc7ad0f8dd68 /app-arch/brotli | |
parent | sys-process/parallel: x86 stable wrt bug #745468 (diff) | |
download | gentoo-669eb016b79df52f883ff795607153c026fda4fb.tar.gz gentoo-669eb016b79df52f883ff795607153c026fda4fb.tar.bz2 gentoo-669eb016b79df52f883ff795607153c026fda4fb.zip |
app-arch/brotli: x86 stable wrt bug #745474
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-arch/brotli')
-rw-r--r-- | app-arch/brotli/brotli-1.0.9-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/brotli/brotli-1.0.9-r1.ebuild b/app-arch/brotli/brotli-1.0.9-r1.ebuild index ec3b3c1b6c9d..f9543016a52b 100644 --- a/app-arch/brotli/brotli-1.0.9-r1.ebuild +++ b/app-arch/brotli/brotli-1.0.9-r1.ebuild @@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/google/${PN}.git" inherit git-r3 else - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi |