commit: 4a65c85ee931b74cd1f0e98889298f6dd7dcb96b Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Oct 30 15:10:14 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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" + ) +"
