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 1D13D139085 for ; Sat, 17 Dec 2016 15:07:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BED0E0C0D; Sat, 17 Dec 2016 15:07:13 +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 42B7CE0C0D for ; Sat, 17 Dec 2016 15:07:13 +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 2C581340E7B for ; Sat, 17 Dec 2016 15:07:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6CD824DF for ; Sat, 17 Dec 2016 15:07:10 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1481987167.429c9a7f63d9e1cf9e0cc542746aae268ef2a938.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SQL-Statement/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild X-VCS-Directories: dev-perl/SQL-Statement/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 429c9a7f63d9e1cf9e0cc542746aae268ef2a938 X-VCS-Branch: master Date: Sat, 17 Dec 2016 15:07:10 +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: f672af22-2de4-4f92-ba0f-9fe32301b56b X-Archives-Hash: c7fd45c1e838d5c3cdb5a5d3295b568a commit: 429c9a7f63d9e1cf9e0cc542746aae268ef2a938 Author: Yuta Satoh gmail com> AuthorDate: Sun Dec 4 01:00:05 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Dec 17 15:06:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429c9a7f dev-perl/SQL-Statement: add ~x86-fbsd KEYWORDS https://bugs.gentoo.org/show_bug.cgi?id=579670 dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild b/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild index db5baf0..8f6d011 100644 --- a/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild +++ b/dev-perl/SQL-Statement/SQL-Statement-1.410.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Small SQL parser and engine" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd" IUSE="test minimal" RDEPEND="