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 A15A9138334 for ; Thu, 8 Nov 2018 19:01:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DB2FE096A; Thu, 8 Nov 2018 19:01:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 42B71E096A for ; Thu, 8 Nov 2018 19:01:05 +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 D2482335CCD for ; Thu, 8 Nov 2018 19:01:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DF32443 for ; Thu, 8 Nov 2018 19:01:02 +0000 (UTC) From: "Mike Auty" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Auty" Message-ID: <1541703645.4e504aadd33c2bcde0974701cf099dc2f7dce15a.ikelos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/vpnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/vpnc/vpnc-0.5.3_p550.ebuild X-VCS-Directories: net-vpn/vpnc/ X-VCS-Committer: ikelos X-VCS-Committer-Name: Mike Auty X-VCS-Revision: 4e504aadd33c2bcde0974701cf099dc2f7dce15a X-VCS-Branch: master Date: Thu, 8 Nov 2018 19:01:02 +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: d2627d8f-d9b4-4a00-a7df-3a6255a9872d X-Archives-Hash: 18af75a015d7ffc59d7d580926c8272e commit: 4e504aadd33c2bcde0974701cf099dc2f7dce15a Author: Mike Auty gentoo org> AuthorDate: Thu Nov 8 19:00:45 2018 +0000 Commit: Mike Auty gentoo org> CommitDate: Thu Nov 8 19:00:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e504aad net-vpn/vpnc: Use virtual/resolvconf dependency. Fixes bug 669250. Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Mike Auty gentoo.org> net-vpn/vpnc/vpnc-0.5.3_p550.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/vpnc/vpnc-0.5.3_p550.ebuild b/net-vpn/vpnc/vpnc-0.5.3_p550.ebuild index b3b6de8c287..34d8bd70511 100644 --- a/net-vpn/vpnc/vpnc-0.5.3_p550.ebuild +++ b/net-vpn/vpnc/vpnc-0.5.3_p550.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,7 @@ DEPEND=" gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl:0= )" RDEPEND="${DEPEND} - resolvconf? ( net-dns/openresolv ) + resolvconf? ( virtual/resolvconf ) selinux? ( sec-policy/selinux-vpn ) "