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 000CB138330 for ; Sun, 25 Sep 2016 09:23:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F864E0C24; Sun, 25 Sep 2016 09:23:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCF1CE0C24 for ; Sun, 25 Sep 2016 09:23:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4138340943 for ; Sun, 25 Sep 2016 09:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 481E2248D for ; Sun, 25 Sep 2016 09:23:38 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1474795410.9cc026307dbe6185556300cd0e46959179c2bd71.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/snappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/snappy/snappy-1.1.3-r1.ebuild X-VCS-Directories: app-arch/snappy/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 9cc026307dbe6185556300cd0e46959179c2bd71 X-VCS-Branch: master Date: Sun, 25 Sep 2016 09:23:38 +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: ce5a7217-99eb-42d9-873b-7118e2cae4c0 X-Archives-Hash: a5e81bf8718f01d81431c080880f2fc6 commit: 9cc026307dbe6185556300cd0e46959179c2bd71 Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Sep 25 09:23:30 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Sep 25 09:23:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc02630 app-arch/snappy: x86 stable wrt bug #595026 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> app-arch/snappy/snappy-1.1.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/snappy/snappy-1.1.3-r1.ebuild b/app-arch/snappy/snappy-1.1.3-r1.ebuild index e358329..4ec10dd 100644 --- a/app-arch/snappy/snappy-1.1.3-r1.ebuild +++ b/app-arch/snappy/snappy-1.1.3-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" src_prepare() {