summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-01-28 11:50:10 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2018-01-28 11:50:39 +0000
commitbcf7fc12e8bfab0068c36c895c84bffbdaf0d26c (patch)
tree9ad6e0483572fedcebccc3fde207dfdebb21bbf8 /app-arch
parentsys-devel/llvm: Require LLVMgold new enough to handle the bitcode (diff)
downloadgentoo-bcf7fc12e8bfab0068c36c895c84bffbdaf0d26c.tar.gz
gentoo-bcf7fc12e8bfab0068c36c895c84bffbdaf0d26c.tar.bz2
gentoo-bcf7fc12e8bfab0068c36c895c84bffbdaf0d26c.zip
app-arch/brotli: stable 1.0.2 for ia64, bug #645698
Package-Manager: Portage-2.3.20, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/brotli/brotli-1.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/brotli/brotli-1.0.2.ebuild b/app-arch/brotli/brotli-1.0.2.ebuild
index c9865e0de52d..29726bedb5bb 100644
--- a/app-arch/brotli/brotli-1.0.2.ebuild
+++ b/app-arch/brotli/brotli-1.0.2.ebuild
@@ -29,7 +29,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
PATCHES=( "${FILESDIR}"/${P}-no-rpath.patch )
- KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi