Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sysadm-Install/
Date: Fri, 30 Jun 2017 02:47:14
Message-Id: 1498790814.a9fc5fa98a01e448bb4d8fb02ad25ad53c1c499e.kentnl@gentoo
1 commit: a9fc5fa98a01e448bb4d8fb02ad25ad53c1c499e
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 30 02:46:54 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 02:46:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fc5fa9
7
8 dev-perl/Sysadm-Install: Fix missing dep on dev-perl/File-Which
9
10 -r1 bump for RDEPEND propagation
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 ...{Sysadm-Install-0.460.0.ebuild => Sysadm-Install-0.460.0-r1.ebuild} | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.460.0.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.460.0-r1.ebuild
18 similarity index 86%
19 rename from dev-perl/Sysadm-Install/Sysadm-Install-0.460.0.ebuild
20 rename to dev-perl/Sysadm-Install/Sysadm-Install-0.460.0-r1.ebuild
21 index ebfe02a5b5e..f1d1ae69eb6 100644
22 --- a/dev-perl/Sysadm-Install/Sysadm-Install-0.460.0.ebuild
23 +++ b/dev-perl/Sysadm-Install/Sysadm-Install-0.460.0-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -16,6 +16,7 @@ IUSE="hammer"
31 RDEPEND="dev-perl/TermReadKey
32 dev-perl/libwww-perl
33 >=dev-perl/Log-Log4perl-1.28
34 + dev-perl/File-Which
35 hammer? ( dev-perl/Expect )"
36 DEPEND="${RDEPEND}"