commit: cd40cd9f725d0f330a4278a08d492abd9bfb2f2a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 08:40:56 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 08:48:50 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cd40cd9f
dev-perl/Lab-Instrument: Fix broken dependency
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild
b/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild
index a0925f061..8fb02b887 100644
--- a/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild
+++ b/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit perl-module
@@ -20,4 +20,4 @@ RDEPEND="
virtual/perl-Time-HiRes
"
DEPEND="${RDEPEND}
- virtual/perl-Module-Build"
+ dev-perl/Module-Build"