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 17F28138359 for ; Tue, 21 Jul 2020 19:55:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4248E092C; Tue, 21 Jul 2020 19:55:02 +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 AA9B1E092B for ; Tue, 21 Jul 2020 19:55:02 +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 2FCBE34EBD3 for ; Tue, 21 Jul 2020 19:55:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41C03290 for ; Tue, 21 Jul 2020 19:54:59 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1595361269.66e07b469e183bc6eda461b5c9dd7b1da9e61dce.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-Class/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/DBIx-Class/DBIx-Class-0.82.841-r1.ebuild dev-perl/DBIx-Class/DBIx-Class-0.82.842.ebuild X-VCS-Directories: dev-perl/DBIx-Class/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 66e07b469e183bc6eda461b5c9dd7b1da9e61dce X-VCS-Branch: master Date: Tue, 21 Jul 2020 19:54:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94a945d4-ec5d-4e2e-87d8-e20e5adcce6e X-Archives-Hash: 3da8b73757412f8c132ce097dffff31d commit: 66e07b469e183bc6eda461b5c9dd7b1da9e61dce Author: Kent Fredric gentoo org> AuthorDate: Tue Jul 21 19:43:11 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Jul 21 19:54:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e07b46 dev-perl/DBIx-Class: Drop ppc-aix re bug #690140 Depends: - dev-perl/SQL-Translator - dev-perl/XML-LibXML - dev-perl/Alien-Libxml2 Bug: https://bugs.gentoo.org/690140 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/DBIx-Class/DBIx-Class-0.82.841-r1.ebuild | 4 ++-- dev-perl/DBIx-Class/DBIx-Class-0.82.842.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-perl/DBIx-Class/DBIx-Class-0.82.841-r1.ebuild b/dev-perl/DBIx-Class/DBIx-Class-0.82.841-r1.ebuild index 5e45f356f8d..6462839b13b 100644 --- a/dev-perl/DBIx-Class/DBIx-Class-0.82.841-r1.ebuild +++ b/dev-perl/DBIx-Class/DBIx-Class-0.82.841-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Extensible and flexible object <-> relational mapper" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-aix" +KEYWORDS="~amd64 ~x86" IUSE="test admin admin-script deploy replicated" RESTRICT="!test? ( test )" diff --git a/dev-perl/DBIx-Class/DBIx-Class-0.82.842.ebuild b/dev-perl/DBIx-Class/DBIx-Class-0.82.842.ebuild index 5d5716568b5..9e5fe729304 100644 --- a/dev-perl/DBIx-Class/DBIx-Class-0.82.842.ebuild +++ b/dev-perl/DBIx-Class/DBIx-Class-0.82.842.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Extensible and flexible object <-> relational mapper" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-aix" +KEYWORDS="~amd64 ~x86" IUSE="test admin admin-script deploy replicated" RESTRICT="!test? ( test )"