diff options
author | Mike Auty <ikelos@gentoo.org> | 2018-11-08 19:00:45 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2018-11-08 19:00:45 +0000 |
commit | 4e504aadd33c2bcde0974701cf099dc2f7dce15a (patch) | |
tree | c8f357f889e0d656dc3e37f3723a1f7a28db56bd /net-vpn/vpnc | |
parent | net-fs/samba: do not install python DSDB bits when USE=-addc (diff) | |
download | gentoo-4e504aadd33c2bcde0974701cf099dc2f7dce15a.tar.gz gentoo-4e504aadd33c2bcde0974701cf099dc2f7dce15a.tar.bz2 gentoo-4e504aadd33c2bcde0974701cf099dc2f7dce15a.zip |
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 <ikelos@gentoo.org>
Diffstat (limited to 'net-vpn/vpnc')
-rw-r--r-- | net-vpn/vpnc/vpnc-0.5.3_p550.ebuild | 4 |
1 files 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 b3b6de8c2872..34d8bd70511f 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 ) " |