diff options
author | 2022-09-04 15:03:15 +0200 | |
---|---|---|
committer | 2022-09-04 15:03:15 +0200 | |
commit | da4862c5fa672b23b4eb5b85165a2b53591630f8 (patch) | |
tree | 2fc2875bf5f857c78330bdf1fbc3bbdc93cb3d14 /net-libs/wvstreams | |
parent | net-libs/libktorrent: remove stale boost lower bounds (diff) | |
download | gentoo-da4862c5fa672b23b4eb5b85165a2b53591630f8.tar.gz gentoo-da4862c5fa672b23b4eb5b85165a2b53591630f8.tar.bz2 gentoo-da4862c5fa672b23b4eb5b85165a2b53591630f8.zip |
net-libs/wvstreams: remove stale boost lower bounds
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.6.1_p14-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/wvstreams/wvstreams-4.6.1_p14-r2.ebuild b/net-libs/wvstreams/wvstreams-4.6.1_p14-r2.ebuild index d02b539ada6d..01d43cd9ed9a 100644 --- a/net-libs/wvstreams/wvstreams-4.6.1_p14-r2.ebuild +++ b/net-libs/wvstreams/wvstreams-4.6.1_p14-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -35,7 +35,7 @@ DEPEND=" ${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) - boost? ( >=dev-libs/boost-1.34.1:= ) + boost? ( dev-libs/boost:= ) " DOCS="ChangeLog README*" PATCHES=( |