diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-17 16:08:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-17 18:14:49 +0100 |
commit | c1416eb91568a628e73e5c8b76759c38d5dde4ad (patch) | |
tree | cbd268817dfd568639c04d8a18831b4ffa1b0f06 /net-libs/serf | |
parent | Move {sys-devel → dev-build}/cons (diff) | |
download | gentoo-c1416eb91568a628e73e5c8b76759c38d5dde4ad.tar.gz gentoo-c1416eb91568a628e73e5c8b76759c38d5dde4ad.tar.bz2 gentoo-c1416eb91568a628e73e5c8b76759c38d5dde4ad.zip |
Move {dev-util → dev-build}/scons
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs/serf')
-rw-r--r-- | net-libs/serf/serf-1.3.9-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/serf/serf-1.3.9-r4.ebuild b/net-libs/serf/serf-1.3.9-r4.ebuild index 9e3909b7879d..0d7c80cd62a3 100644 --- a/net-libs/serf/serf-1.3.9-r4.ebuild +++ b/net-libs/serf/serf-1.3.9-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit python-any-r1 scons-utils toolchain-funcs flag-o-matic @@ -24,7 +24,7 @@ RDEPEND="dev-libs/apr:1= sys-libs/zlib:0= kerberos? ( virtual/krb5 )" DEPEND="${RDEPEND}" -BDEPEND=">=dev-util/scons-2.3.0" +BDEPEND=">=dev-build/scons-2.3.0" PATCHES=( "${FILESDIR}"/${PN}-1.3.8-static-lib.patch |