diff options
author | David Seifert <soap@gentoo.org> | 2022-09-04 15:03:11 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-09-04 15:03:11 +0200 |
commit | f5ed02a4be8ebaf129e33c40c52ed2c2a1f710a3 (patch) | |
tree | 9372982ed304a89a36caae93b9c01b264c780c07 /net-dns | |
parent | net-dns/dnsdist: remove stale boost lower bounds (diff) | |
download | gentoo-f5ed02a4be8ebaf129e33c40c52ed2c2a1f710a3.tar.gz gentoo-f5ed02a4be8ebaf129e33c40c52ed2c2a1f710a3.tar.bz2 gentoo-f5ed02a4be8ebaf129e33c40c52ed2c2a1f710a3.zip |
net-dns/pdns: remove stale boost lower bounds
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/pdns/pdns-4.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/pdns/pdns-4.6.3.ebuild b/net-dns/pdns/pdns-4.6.3.ebuild index 4bf6be5ad8f0..add3480e94f9 100644 --- a/net-dns/pdns/pdns-4.6.3.ebuild +++ b/net-dns/pdns/pdns-4.6.3.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE="${LUA_REQUIRED_USE} DEPEND="${LUA_DEPS} dev-libs/openssl:= - >=dev-libs/boost-1.35:= + dev-libs/boost:= lmdb? ( >=dev-db/lmdb-0.9.29 ) lua-records? ( >=net-misc/curl-7.21.3 ) mysql? ( dev-db/mysql-connector-c:= ) |