From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96306139694 for ; Fri, 30 Jun 2017 02:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83D2A21400C; Fri, 30 Jun 2017 02:47:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60F2C21400C for ; Fri, 30 Jun 2017 02:47:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 285F934187C for ; Fri, 30 Jun 2017 02:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B0917487 for ; Fri, 30 Jun 2017 02:47:07 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1498790814.a9fc5fa98a01e448bb4d8fb02ad25ad53c1c499e.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sysadm-Install/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sysadm-Install/Sysadm-Install-0.460.0-r1.ebuild dev-perl/Sysadm-Install/Sysadm-Install-0.460.0.ebuild X-VCS-Directories: dev-perl/Sysadm-Install/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: a9fc5fa98a01e448bb4d8fb02ad25ad53c1c499e X-VCS-Branch: master Date: Fri, 30 Jun 2017 02:47:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1b393984-1c2c-41f5-b3e3-909f5aaa6e54 X-Archives-Hash: 197e7a38b16547ef2c6e15ba3d746297 commit: a9fc5fa98a01e448bb4d8fb02ad25ad53c1c499e Author: Kent Fredric gentoo org> AuthorDate: Fri Jun 30 02:46:54 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Jun 30 02:46:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9fc5fa9 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 ...{Sysadm-Install-0.460.0.ebuild => Sysadm-Install-0.460.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ebfe02a5b5e..f1d1ae69eb6 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}"