commit:     cf3f2992fc0460ff5b254d60b2ec7e68458b313d
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Dec 23 21:13:04 2017 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Dec 23 21:13:04 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cf3f2992

dev-perl/Text-RecordParser: add missing dependency

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-perl/Text-RecordParser/Text-RecordParser-1.6.5.ebuild | 6 ++++--
 1 file 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"

Reply via email to