dev-perl/Gentoo-App-Pram: Add dev-vcs/git dependency to DEPEND.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 17 May 2016 20:31:26 +0000 (20:31 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 17 May 2016 20:32:35 +0000 (20:32 +0000)
I forgot to add it in the first place!

Package-Manager: portage-2.2.28

dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild

index 03a04e0a0d4624a3a88767d40528e1daecc4cffd..6745383b2d39bfba3a931040f1dcf7cf88a43755 100644 (file)
@@ -9,7 +9,7 @@ MODULE_VERSION=0.001000
 
 inherit perl-module
 
-DESCRIPTION="Readily merge Pull Requests from Github"
+DESCRIPTION="Readily merge Pull Requests from the Gentoo Github repository"
 HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
@@ -19,6 +19,7 @@ RDEPEND=""
 DEPEND="
        dev-perl/Module-Build-Tiny
        dev-perl/File-Which
+       dev-vcs/git
        ${RDEPEND}"
 
 SRC_TEST="do"