From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7FF2413888F for ; Tue, 6 Oct 2015 22:05:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15867E0853; Tue, 6 Oct 2015 22:05:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 994DB21C002 for ; Tue, 6 Oct 2015 22:05:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 956AA33D3CD for ; Tue, 6 Oct 2015 22:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75D7EB1F for ; Tue, 6 Oct 2015 22:04:59 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1444168801.3e2cd809c7d014aa4d8c9da258a547aec8624822.chithanh@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.ebuild X-VCS-Directories: app-arch/snappy/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 3e2cd809c7d014aa4d8c9da258a547aec8624822 X-VCS-Branch: master Date: Tue, 6 Oct 2015 22:04:59 +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: 52090c0e-d3b3-43bc-bebe-4cdd12958e3d X-Archives-Hash: 83616f48611f99f76474dc6bdab04563 commit: 3e2cd809c7d014aa4d8c9da258a547aec8624822 Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Tue Oct 6 22:00:01 2015 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Tue Oct 6 22:00:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e2cd809 app-arch/snappy: keyword ~amd64-fbsd Package-Manager: portage-2.2.20.1 app-arch/snappy/snappy-1.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/snappy/snappy-1.1.3.ebuild b/app-arch/snappy/snappy-1.1.3.ebuild index f1b28ce..89fab9f 100644 --- a/app-arch/snappy/snappy-1.1.3.ebuild +++ b/app-arch/snappy/snappy-1.1.3.ebuild @@ -12,7 +12,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-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="static-libs" src_prepare() {