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 34695139876 for ; Sat, 30 Dec 2017 02:40:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DEDEE0DE9; Sat, 30 Dec 2017 02:40:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28B25E0DE9 for ; Sat, 30 Dec 2017 02:40:12 +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 AB2AD33F698 for ; Sat, 30 Dec 2017 02:40:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EF97AFCB for ; Sat, 30 Dec 2017 02:40:00 +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: <1514601526.7cac80f1d4eef2ef9668ef45f34028f8e8f9f338.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/smokeping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/smokeping/smokeping-2.6.10-r1.ebuild net-analyzer/smokeping/smokeping-2.6.10.ebuild net-analyzer/smokeping/smokeping-2.6.11-r1.ebuild net-analyzer/smokeping/smokeping-2.6.11.ebuild net-analyzer/smokeping/smokeping-2.6.9-r1.ebuild net-analyzer/smokeping/smokeping-2.6.9.ebuild X-VCS-Directories: net-analyzer/smokeping/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7cac80f1d4eef2ef9668ef45f34028f8e8f9f338 X-VCS-Branch: master Date: Sat, 30 Dec 2017 02:40:00 +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: cbf729c7-15b4-41cf-9ee5-38827261eb2b X-Archives-Hash: 11578ce3a054b3d871a4081c628167fb commit: 7cac80f1d4eef2ef9668ef45f34028f8e8f9f338 Author: Kent Fredric gentoo org> AuthorDate: Thu Dec 28 08:02:33 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Dec 30 02:38:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cac80f1 net-analyzer/smokeping: Fix dependency on dev-perl/Authen-Radius -r1 bump for rdep propagation Package-Manager: Portage-2.3.18, Repoman-2.3.6 .../smokeping/{smokeping-2.6.10.ebuild => smokeping-2.6.10-r1.ebuild} | 2 +- .../smokeping/{smokeping-2.6.11.ebuild => smokeping-2.6.11-r1.ebuild} | 2 +- .../smokeping/{smokeping-2.6.9.ebuild => smokeping-2.6.9-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/smokeping/smokeping-2.6.10.ebuild b/net-analyzer/smokeping/smokeping-2.6.10-r1.ebuild similarity index 99% rename from net-analyzer/smokeping/smokeping-2.6.10.ebuild rename to net-analyzer/smokeping/smokeping-2.6.10-r1.ebuild index cc533d1bb99..69850616126 100644 --- a/net-analyzer/smokeping/smokeping-2.6.10.ebuild +++ b/net-analyzer/smokeping/smokeping-2.6.10-r1.ebuild @@ -28,7 +28,7 @@ DEPEND=" echoping? ( >=net-analyzer/echoping-6.0.2 ) ipv6? ( >=dev-perl/Socket6-0.20 ) ldap? ( dev-perl/perl-ldap ) - radius? ( dev-perl/RadiusPerl ) + radius? ( dev-perl/Authen-Radius ) ssh? ( dev-perl/Net-OpenSSH ) telnet? ( dev-perl/Net-Telnet ) || ( dev-perl/CGI-Fast