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 9714D138BED for ; Fri, 23 Oct 2015 21:17:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A9A5E0814; Fri, 23 Oct 2015 21:17:17 +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 0E23FE0814 for ; Fri, 23 Oct 2015 21:17:17 +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 30C6F340B3F for ; Fri, 23 Oct 2015 21:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DF9A16CC for ; Fri, 23 Oct 2015 21:17:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1445598809.1ed3ff21648e2ac2178979e3ab6dacd51e2dbce0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exporter-Tiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild X-VCS-Directories: dev-perl/Exporter-Tiny/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1ed3ff21648e2ac2178979e3ab6dacd51e2dbce0 X-VCS-Branch: master Date: Fri, 23 Oct 2015 21:17:12 +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: 00e24b0b-cacc-4546-a8ee-3d50d6d7207b X-Archives-Hash: 6e30972fca9fb23027834848aa70d93c commit: 1ed3ff21648e2ac2178979e3ab6dacd51e2dbce0 Author: Yuta Satoh gentoo gr jp> AuthorDate: Fri Oct 23 11:13:29 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Oct 23 11:13:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed3ff21 dev-perl/Exporter-Tiny: add ~amd64-fbsd, ~x86-fbsd keyword, bug 543632 dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild b/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild index be0b757..e7f6579 100644 --- a/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild +++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-0.42.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="An exporter with the features of Sub::Exporter but only core dependencies" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="test" RDEPEND="