From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-967541-garchives=archives.gentoo.org@lists.gentoo.org> 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 9C3401396D0 for <garchives@archives.gentoo.org>; Wed, 16 Aug 2017 22:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10F99E0D6F; Wed, 16 Aug 2017 22:31:29 +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 E1800E0D6F for <gentoo-commits@lists.gentoo.org>; Wed, 16 Aug 2017 22:31:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E9E40341705 for <gentoo-commits@lists.gentoo.org>; Wed, 16 Aug 2017 22:31:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6249A761D for <gentoo-commits@lists.gentoo.org>; Wed, 16 Aug 2017 22:31:26 +0000 (UTC) From: "Gilles Dartiguelongue" <eva@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" <eva@gentoo.org> Message-ID: <1502922679.df9852631e1fcc44bf914c4d5d8a23c2171f0ee8.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/networkmanager/networkmanager-1.8.2.ebuild X-VCS-Directories: net-misc/networkmanager/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: df9852631e1fcc44bf914c4d5d8a23c2171f0ee8 X-VCS-Branch: master Date: Wed, 16 Aug 2017 22:31:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ec106003-eb01-4fb8-80b6-bdd2140c1529 X-Archives-Hash: 56bcaddee1702056919cb71f7b3ee181 commit: df9852631e1fcc44bf914c4d5d8a23c2171f0ee8 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Wed Aug 16 21:20:03 2017 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Wed Aug 16 22:31:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df985263 net-misc/networkmanager: add minimum required versions As specified in configure.ac. Safety net for old installations. Package-Manager: Portage-2.3.7, Repoman-2.3.3 net-misc/networkmanager/networkmanager-1.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/networkmanager/networkmanager-1.8.2.ebuild b/net-misc/networkmanager/networkmanager-1.8.2.ebuild index ccf11ee170c..961ebcbf302 100644 --- a/net-misc/networkmanager/networkmanager-1.8.2.ebuild +++ b/net-misc/networkmanager/networkmanager-1.8.2.ebuild @@ -38,7 +38,7 @@ COMMON_DEPEND=" >=dev-libs/libnl-3.2.8:3=[${MULTILIB_USEDEP}] policykit? ( >=sys-auth/polkit-0.106 ) net-libs/libndp[${MULTILIB_USEDEP}] - net-misc/curl + >=net-misc/curl-7.24 net-misc/iputils sys-apps/util-linux[${MULTILIB_USEDEP}] sys-libs/readline:0= @@ -51,7 +51,7 @@ COMMON_DEPEND=" consolekit? ( >=sys-auth/consolekit-1.0.0 ) dhclient? ( >=net-misc/dhcp-4[client] ) dhcpcd? ( net-misc/dhcpcd ) - elogind? ( sys-auth/elogind ) + elogind? ( >=sys-auth/elogind-219 ) gnutls? ( dev-libs/libgcrypt:0=[${MULTILIB_USEDEP}] >=net-libs/gnutls-2.12:=[${MULTILIB_USEDEP}] )