net-vpn/vpnc: Use virtual/resolvconf dependency.
authorMike Auty <ikelos@gentoo.org>
Thu, 8 Nov 2018 19:00:45 +0000 (19:00 +0000)
committerMike Auty <ikelos@gentoo.org>
Thu, 8 Nov 2018 19:00:45 +0000 (19:00 +0000)
Fixes bug 669250.

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Mike Auty <ikelos@gentoo.org>
net-vpn/vpnc/vpnc-0.5.3_p550.ebuild

index b3b6de8c28725570b117cfc62a0e9f38e57fc06e..34d8bd70511fe4e3a0371a991b1529797ec80d2f 100644 (file)
@@ -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 )
 "