summaryrefslogtreecommitdiff
path: root/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.200.0-r1.ebuild
diff options
context:
space:
mode:
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.ebuild20
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"
+ )
+"