diff options
author | Martin Mokrejš <mmokrejs@fold.natur.cuni.cz> | 2017-12-23 22:13:04 +0100 |
---|---|---|
committer | Martin Mokrejš <mmokrejs@fold.natur.cuni.cz> | 2017-12-23 22:13:04 +0100 |
commit | cf3f2992fc0460ff5b254d60b2ec7e68458b313d (patch) | |
tree | 37f691f2dff01af112b5c879b6bf6fe6805e38b4 /dev-perl | |
parent | Tree-clean: I do no longer maintain these ebuilds. (diff) | |
download | sci-cf3f2992fc0460ff5b254d60b2ec7e68458b313d.tar.gz sci-cf3f2992fc0460ff5b254d60b2ec7e68458b313d.tar.bz2 sci-cf3f2992fc0460ff5b254d60b2ec7e68458b313d.zip |
dev-perl/Text-RecordParser: add missing dependency
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild b/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild index 07a357f68..fcb4e8ac7 100644 --- a/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild +++ b/dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-lang/perl" +RDEPEND=" + dev-lang/perl + dev-perl/Module-Install" DEPEND="${RDEPEND}" SRC_TEST="do" |