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 CE6F51382C5 for ; Tue, 23 Jan 2018 22:21:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5E6AE0959; Tue, 23 Jan 2018 22:21:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6B05E0959 for ; Tue, 23 Jan 2018 22:21:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C658D335C36 for ; Tue, 23 Jan 2018 22:21:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E8301C9 for ; Tue, 23 Jan 2018 22:21:37 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1516745494.abfbb572a40c465f153785fabab97203306b79d6.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cpanel-JSON-XS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.300.ebuild dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild X-VCS-Directories: dev-perl/Cpanel-JSON-XS/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: abfbb572a40c465f153785fabab97203306b79d6 X-VCS-Branch: master Date: Tue, 23 Jan 2018 22:21:37 +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: 08a3b5da-9875-401c-921e-6131d1e422e8 X-Archives-Hash: 23c5a394c506031f3a20176dfe9e93ce commit: abfbb572a40c465f153785fabab97203306b79d6 Author: Patrice Clement gentoo org> AuthorDate: Tue Jan 23 22:11:34 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Jan 23 22:11:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abfbb572 dev-perl/Cpanel-JSON-XS: add amd64-fbsd keyword. Package-Manager: Portage-2.3.13, Repoman-2.3.4 dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.300.ebuild | 4 ++-- dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.300.ebuild b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.300.ebuild index ba1ed282e8f..451191ba659 100644 --- a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.300.ebuild +++ b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.300.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="cPanel fork of JSON::XS, fast and correct serializing" SLOT="0" -KEYWORDS="amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd" IUSE="test" RDEPEND="" diff --git a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild index 5b273547430..07c13709237 100644 --- a/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild +++ b/dev-perl/Cpanel-JSON-XS/Cpanel-JSON-XS-3.23.900.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="cPanel fork of JSON::XS, fast and correct serializing" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="test" RDEPEND=""