diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-06-30 14:46:54 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-06-30 14:46:54 +1200 |
commit | a9fc5fa98a01e448bb4d8fb02ad25ad53c1c499e (patch) | |
tree | 4a5a58c88c641a0ce943363205528191e30bd368 /dev-perl/Sysadm-Install | |
parent | dev-perl/Sphinx-Search: Fix missing List-MoreUtils dep, EAPI6ify (diff) | |
download | gentoo-a9fc5fa98a01e448bb4d8fb02ad25ad53c1c499e.tar.gz gentoo-a9fc5fa98a01e448bb4d8fb02ad25ad53c1c499e.tar.bz2 gentoo-a9fc5fa98a01e448bb4d8fb02ad25ad53c1c499e.zip |
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
Diffstat (limited to 'dev-perl/Sysadm-Install')
-rw-r--r-- | dev-perl/Sysadm-Install/Sysadm-Install-0.460.0-r1.ebuild (renamed from dev-perl/Sysadm-Install/Sysadm-Install-0.460.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
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 index ebfe02a5b5ef..f1d1ae69eb6d 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}" |