diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-30 17:10:14 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-30 17:12:55 +0200 |
commit | 4a65c85ee931b74cd1f0e98889298f6dd7dcb96b (patch) | |
tree | a8189275213c82f340c038046d883ccbbe0276fa /dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild | |
parent | dev-perl/Gearman-Server: EAPI=8 bump (diff) | |
download | gentoo-4a65c85ee931b74cd1f0e98889298f6dd7dcb96b.tar.gz gentoo-4a65c85ee931b74cd1f0e98889298f6dd7dcb96b.tar.bz2 gentoo-4a65c85ee931b74cd1f0e98889298f6dd7dcb96b.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild')
-rw-r--r-- | dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild | 20 |
1 files 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 5d83f1ee0e10..bf34c5bc0494 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" + ) +" |