From: Patrice Clement Date: Tue, 17 May 2016 20:31:26 +0000 (+0000) Subject: dev-perl/Gentoo-App-Pram: Add dev-vcs/git dependency to DEPEND. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2508104a8e66342bea725f8e018af48f9d7ace55;p=gentoo.git dev-perl/Gentoo-App-Pram: Add dev-vcs/git dependency to DEPEND. I forgot to add it in the first place! Package-Manager: portage-2.2.28 --- diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild index 03a04e0a0d46..6745383b2d39 100644 --- a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild +++ b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild @@ -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"