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 BD436138330 for ; Tue, 9 Jan 2018 02:01:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B87F5E0980; Tue, 9 Jan 2018 02:00:14 +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 88596E0977 for ; Tue, 9 Jan 2018 02:00:14 +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 2775D3411E2 for ; Mon, 8 Jan 2018 18:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78CA0186 for ; Mon, 8 Jan 2018 18:21:55 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1515435711.3dd90fcf41d4cfe2cfd6fd0d6f9f1382d43d182b.klausman@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: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 3dd90fcf41d4cfe2cfd6fd0d6f9f1382d43d182b X-VCS-Branch: master Date: Mon, 8 Jan 2018 18:21:55 +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: 33eaf974-4942-4ca1-ac71-3cdb67049bf4 X-Archives-Hash: d15055e03f5aaa873d9d274e99b61bae commit: 3dd90fcf41d4cfe2cfd6fd0d6f9f1382d43d182b Author: Tobias Klausmann gentoo org> AuthorDate: Mon Jan 8 18:04:43 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Mon Jan 8 18:21:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd90fcf app-arch/brotli-1.0.2-r0: alpha stable Gentoo-Bug: http://bugs.gentoo.org/643182 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 58b19b68512..63ee15d686d 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 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="alpha ~amd64 ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux" SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi