diff options
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" |