From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1877138330 for ; Sat, 6 Jan 2018 18:29:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBEB0E0951; Sat, 6 Jan 2018 18:29:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C304AE0951 for ; Sat, 6 Jan 2018 18:29:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE74B335C2C for ; Sat, 6 Jan 2018 18:29:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5897E195 for ; Sat, 6 Jan 2018 18:29:01 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1515263337.2ecf9a768d90bb5c860c66b16d7da3b84c5f2eb9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/brotli/brotli-1.0.2.ebuild X-VCS-Directories: app-arch/brotli/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 2ecf9a768d90bb5c860c66b16d7da3b84c5f2eb9 X-VCS-Branch: master Date: Sat, 6 Jan 2018 18:29:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1234769a-2fc1-459d-885c-537b20c3ef7d X-Archives-Hash: 9252e63c85ffcebc9152cd41bf55d90c commit: 2ecf9a768d90bb5c860c66b16d7da3b84c5f2eb9 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jan 6 18:28:51 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jan 6 18:28:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ecf9a76 app-arch/brotli: keyworded 1.0.2 for ia64, bug #643182 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" app-arch/brotli/brotli-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/brotli/brotli-1.0.2.ebuild b/app-arch/brotli/brotli-1.0.2.ebuild index 0a289fcba48..58b19b68512 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="~amd64 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux" SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi