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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2769A158086 for ; Sat, 30 Oct 2021 15:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21BE9E0802; Sat, 30 Oct 2021 15:13:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0017BE0801 for ; Sat, 30 Oct 2021 15:13:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C9A234313C for ; Sat, 30 Oct 2021 15:13:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7379D195 for ; Sat, 30 Oct 2021 15:13:12 +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: <1635606775.4a65c85ee931b74cd1f0e98889298f6dd7dcb96b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gentoo-App-Pram/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild X-VCS-Directories: dev-perl/Gentoo-App-Pram/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 4a65c85ee931b74cd1f0e98889298f6dd7dcb96b X-VCS-Branch: master Date: Sat, 30 Oct 2021 15:13:12 +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: e18284ac-a1d4-4abd-b421-8f766b10c55c X-Archives-Hash: 36db72aba859017a2801f88775ad430a commit: 4a65c85ee931b74cd1f0e98889298f6dd7dcb96b Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 30 15:10:14 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 30 15:12:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a65c85e dev-perl/Gentoo-App-Pram: Stable for amd64, x86 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> .../Gentoo-App-Pram-0.200.0-r1.ebuild | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild index 5d83f1ee0e1..bf34c5bc049 100644 --- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild +++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild @@ -5,15 +5,12 @@ EAPI=8 DIST_AUTHOR=MONSIEURP DIST_VERSION=0.200000 - inherit perl-module DESCRIPTION="Tool to merge PRs from the Gentoo Github repository" HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="test" -RESTRICT="!test? ( test )" +KEYWORDS="amd64 ~arm x86" RDEPEND=" dev-vcs/git @@ -25,14 +22,11 @@ RDEPEND=" virtual/perl-HTTP-Tiny virtual/perl-Getopt-Long virtual/perl-Term-ANSIColor - !app-portage/pram" - -DEPEND=" - ${RDEPEND} + !app-portage/pram +" +BDEPEND="${RDEPEND} + dev-perl/Module-Build-Tiny test? ( virtual/perl-Test-Simple - )" - -BDEPEND=" - ${RDEPEND} - dev-perl/Module-Build-Tiny" + ) +"