Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-perl/Lab-Instrument/
Date: Sun, 26 Feb 2017 08:48:58
Message-Id: 1488098930.cd40cd9f725d0f330a4278a08d492abd9bfb2f2a.jlec@gentoo
1 commit: cd40cd9f725d0f330a4278a08d492abd9bfb2f2a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 08:40:56 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 08:48:50 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cd40cd9f
7
8 dev-perl/Lab-Instrument: Fix broken dependency
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild b/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild
17 index a0925f061..8fb02b887 100644
18 --- a/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild
19 +++ b/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 inherit perl-module
29
30 @@ -20,4 +20,4 @@ RDEPEND="
31 virtual/perl-Time-HiRes
32 "
33 DEPEND="${RDEPEND}
34 - virtual/perl-Module-Build"
35 + dev-perl/Module-Build"