aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-02-26 08:40:56 +0000
committerJustin Lecher <jlec@gentoo.org>2017-02-26 08:48:50 +0000
commitcd40cd9f725d0f330a4278a08d492abd9bfb2f2a (patch)
tree42cb883cce6e76abda5dde4e507a72754e104172
parentdev-python/metakernel: version bump to 0.18.4. (diff)
downloadsci-cd40cd9f.tar.gz
sci-cd40cd9f.tar.bz2
sci-cd40cd9f.zip
dev-perl/Lab-Instrument: Fix broken dependency
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild6
1 files 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"