diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-05-17 20:31:26 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-05-17 20:32:35 +0000 |
commit | 2508104a8e66342bea725f8e018af48f9d7ace55 (patch) | |
tree | 4632abc7ff2177cd82a200c57daf1495c7adeca0 /dev-perl/Gentoo-App-Pram | |
parent | sys-apps/gradm: bump next stable candidate to EAPI=6 (diff) | |
download | gentoo-2508104a8e66342bea725f8e018af48f9d7ace55.tar.gz gentoo-2508104a8e66342bea725f8e018af48f9d7ace55.tar.bz2 gentoo-2508104a8e66342bea725f8e018af48f9d7ace55.zip |
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
Diffstat (limited to 'dev-perl/Gentoo-App-Pram')
-rw-r--r-- | dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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" |