Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/strongswan/
Date: Sun, 06 Mar 2016 11:30:24
Message-Id: 1457034527.4138bda4083b64e866fb682a79d63f799a3095f4.monsieurp@gentoo
1 commit: 4138bda4083b64e866fb682a79d63f799a3095f4
2 Author: Markus Rathgeb <maggu2810 <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 3 12:47:42 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 19:48:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4138bda4
7
8 net-misc/strongswan: plugin unbound needs net-libs/ldns
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=529910
11 Signed-off-by: Markus Rathgeb <maggu2810 <AT> gmail.com>
12
13 net-misc/strongswan/strongswan-5.3.4-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/strongswan/strongswan-5.3.4-r1.ebuild b/net-misc/strongswan/strongswan-5.3.4-r1.ebuild
17 index cba0901..165f0cf 100644
18 --- a/net-misc/strongswan/strongswan-5.3.4-r1.ebuild
19 +++ b/net-misc/strongswan/strongswan-5.3.4-r1.ebuild
20 @@ -35,7 +35,7 @@ COMMON_DEPEND="!net-misc/openswan
21 sqlite? ( >=dev-db/sqlite-3.3.1 )
22 networkmanager? ( net-misc/networkmanager )
23 pam? ( sys-libs/pam )
24 - strongswan_plugins_unbound? ( net-dns/unbound )"
25 + strongswan_plugins_unbound? ( net-dns/unbound net-libs/ldns )"
26 DEPEND="${COMMON_DEPEND}
27 virtual/linux-sources
28 sys-kernel/linux-headers"