From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1203675-garchives=archives.gentoo.org@lists.gentoo.org> 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 CA513138359 for <garchives@archives.gentoo.org>; Mon, 7 Sep 2020 07:32:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EA54E088D; Mon, 7 Sep 2020 07:31:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6818FE088D for <gentoo-commits@lists.gentoo.org>; Mon, 7 Sep 2020 07:31:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 220AC340C20 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Sep 2020 07:31:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A126352 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Sep 2020 07:31:56 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" <slyfox@gentoo.org> Message-ID: <1599463901.8aa7fe120c49de9b00cc0093309a7bcc9d16870d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-LibMagic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild X-VCS-Directories: dev-perl/File-LibMagic/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 8aa7fe120c49de9b00cc0093309a7bcc9d16870d X-VCS-Branch: master Date: Mon, 7 Sep 2020 07:31:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d787403b-3941-4d33-b87c-7bc7c814cc3f X-Archives-Hash: 2e4fecf81ebd897cf39b4b0955a8b2ca commit: 8aa7fe120c49de9b00cc0093309a7bcc9d16870d Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Mon Sep 7 07:28:27 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Mon Sep 7 07:31:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa7fe12 dev-perl/File-LibMagic: keyworded 1.230.0 for ppc keyworded wrt bug #738394 Package-Manager: Portage-3.0.5, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild index 8d3dc6f0da0..7de775b7d66 100644 --- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild +++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Perl wrapper for libmagic" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"