commit:     bca7dbb1bd7525858d1af0b1c061f50a1eb23126
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  3 01:17:07 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  3 03:12:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca7dbb1

net-libs/serf: simplify scons dep

There's no need for an explicit BDEPEND on it for a minimum version as
the eclass has SCONS_MIN_VERSION which is 4.4.0 these days. Supposing
we needed a newer version than it defaults to, we'd need to set 
SCONS_MIN_VERSION,
not add in the dep ourselves.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/serf/serf-1.3.10.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-libs/serf/serf-1.3.10.ebuild b/net-libs/serf/serf-1.3.10.ebuild
index 0b4768e30541..9e3572fa9c17 100644
--- a/net-libs/serf/serf-1.3.10.ebuild
+++ b/net-libs/serf/serf-1.3.10.ebuild
@@ -28,7 +28,6 @@ RDEPEND="
        kerberos? ( virtual/krb5 )
 "
 DEPEND="${RDEPEND}"
-BDEPEND=">=dev-build/scons-2.3.0"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-1.3.8-static-lib.patch

Reply via email to