From a9fc5fa98a01e448bb4d8fb02ad25ad53c1c499e Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Fri, 30 Jun 2017 14:46:54 +1200 Subject: [PATCH] dev-perl/Sysadm-Install: Fix missing dep on dev-perl/File-Which -r1 bump for RDEPEND propagation Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- ...Install-0.460.0.ebuild => Sysadm-Install-0.460.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename dev-perl/Sysadm-Install/{Sysadm-Install-0.460.0.ebuild => Sysadm-Install-0.460.0-r1.ebuild} (86%) 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 similarity index 86% rename from dev-perl/Sysadm-Install/Sysadm-Install-0.460.0.ebuild rename to dev-perl/Sysadm-Install/Sysadm-Install-0.460.0-r1.ebuild index ebfe02a5b5efb..f1d1ae69eb6d2 100644 --- a/dev-perl/Sysadm-Install/Sysadm-Install-0.460.0.ebuild +++ b/dev-perl/Sysadm-Install/Sysadm-Install-0.460.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,6 +16,7 @@ IUSE="hammer" RDEPEND="dev-perl/TermReadKey dev-perl/libwww-perl >=dev-perl/Log-Log4perl-1.28 + dev-perl/File-Which hammer? ( dev-perl/Expect )" DEPEND="${RDEPEND}"