From cd40cd9f725d0f330a4278a08d492abd9bfb2f2a Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 26 Feb 2017 08:40:56 +0000 Subject: [PATCH] dev-perl/Lab-Instrument: Fix broken dependency Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher --- 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 a0925f061f9..8fb02b887b5 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"