diff options
author | Markus Rathgeb <maggu2810@gmail.com> | 2016-03-03 13:47:42 +0100 |
---|---|---|
committer | Markus Rathgeb <maggu2810@gmail.com> | 2016-03-03 20:48:47 +0100 |
commit | 4138bda4083b64e866fb682a79d63f799a3095f4 (patch) | |
tree | a9b46d12329bf33b9ac2d2fa4d74a641273546b2 /net-misc | |
parent | dev-lang/yap: avoid compile-time MPI-YAP interface redefinitions (diff) | |
download | gentoo-4138bda4083b64e866fb682a79d63f799a3095f4.tar.gz gentoo-4138bda4083b64e866fb682a79d63f799a3095f4.tar.bz2 gentoo-4138bda4083b64e866fb682a79d63f799a3095f4.zip |
net-misc/strongswan: plugin unbound needs net-libs/ldns
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=529910
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/strongswan/strongswan-5.3.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/strongswan/strongswan-5.3.4-r1.ebuild b/net-misc/strongswan/strongswan-5.3.4-r1.ebuild index cba090129ab5..165f0cfb71a8 100644 --- a/net-misc/strongswan/strongswan-5.3.4-r1.ebuild +++ b/net-misc/strongswan/strongswan-5.3.4-r1.ebuild @@ -35,7 +35,7 @@ COMMON_DEPEND="!net-misc/openswan sqlite? ( >=dev-db/sqlite-3.3.1 ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) - strongswan_plugins_unbound? ( net-dns/unbound )" + strongswan_plugins_unbound? ( net-dns/unbound net-libs/ldns )" DEPEND="${COMMON_DEPEND} virtual/linux-sources sys-kernel/linux-headers" |