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 6C22D1395E2 for ; Sun, 4 Dec 2016 16:43:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4D7821C1CD; Sun, 4 Dec 2016 16:43:43 +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 8667421C1CD for ; Sun, 4 Dec 2016 16:43:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 87E493412CB for ; Sun, 4 Dec 2016 16:43:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B58524B9 for ; Sun, 4 Dec 2016 16:43:34 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1480869798.a6cac4241d355e57da5c28d7c02811b139548b43.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-Caller/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Devel-Caller/Devel-Caller-2.60.0.ebuild X-VCS-Directories: dev-perl/Devel-Caller/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a6cac4241d355e57da5c28d7c02811b139548b43 X-VCS-Branch: master Date: Sun, 4 Dec 2016 16:43:34 +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: b4edfc90-8de3-4476-a549-4cd8c6eb3242 X-Archives-Hash: 61ab6d4495b8ae54e97bee27969e61c4 commit: a6cac4241d355e57da5c28d7c02811b139548b43 Author: Yuta Satoh gmail com> AuthorDate: Sun Dec 4 01:39:52 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Dec 4 16:43:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6cac424 dev-perl/Devel-Caller: add ~x86-fbsd KEYWORDS https://bugs.gentoo.org/show_bug.cgi?id=599552 dev-perl/Devel-Caller/Devel-Caller-2.60.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Devel-Caller/Devel-Caller-2.60.0.ebuild b/dev-perl/Devel-Caller/Devel-Caller-2.60.0.ebuild index 6431bbc..0b03fd3 100644 --- a/dev-perl/Devel-Caller/Devel-Caller-2.60.0.ebuild +++ b/dev-perl/Devel-Caller/Devel-Caller-2.60.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Meatier versions of caller" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ppc x86" +KEYWORDS="~alpha amd64 ~arm hppa ppc x86 ~x86-fbsd" IUSE="" DEPEND="dev-perl/PadWalker"