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 71F6713835A for ; Sat, 1 May 2021 18:10:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEEC0E0D57; Sat, 1 May 2021 18:10:29 +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 B6133E0D57 for ; Sat, 1 May 2021 18:10:29 +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 8471E34092D for ; Sat, 1 May 2021 18:10:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11BAE73A for ; Sat, 1 May 2021 18:10:27 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1619892616.569d17e8d51923ef56a38a0a6abe464666e85689.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild X-VCS-Directories: dev-perl/RPC-XML/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 569d17e8d51923ef56a38a0a6abe464666e85689 X-VCS-Branch: master Date: Sat, 1 May 2021 18:10:27 +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: 0ad40138-1bea-4d10-a173-af3dbd3a3cc5 X-Archives-Hash: 61c78af3699bba512d2c58960e973a97 commit: 569d17e8d51923ef56a38a0a6abe464666e85689 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat May 1 18:09:28 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat May 1 18:10:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569d17e8 dev-perl/RPC-XML: Drop all keywords Needs some critical stuff more-than-bleeding edge. To be revisited... Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild index 47ed029c810..92371a21c91 100644 --- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild +++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC" SLOT="0" LICENSE="|| ( Artistic-2 LGPL-2.1 )" -KEYWORDS="~amd64 ~ppc ~x86" +#KEYWORDS="~amd64 ~ppc ~x86" IUSE="test" RESTRICT="!test? ( test )" @@ -25,7 +25,7 @@ RDEPEND=" >=virtual/perl-Scalar-List-Utils-1.550.0 >=dev-perl/XML-Parser-2.460.0 " -BEPEND="${RDEPEND} +BDEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-7.560.0 test? ( virtual/perl-IO-Socket-IP