commit: 2508104a8e66342bea725f8e018af48f9d7ace55 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue May 17 20:31:26 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue May 17 20:32:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2508104a
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 dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 03a04e0..6745383 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"
