commit: c8f1277fca77c6fb565548abbb2b6a60bb07535b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 1 00:49:31 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 1 00:51:40 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f1277f
dev-libs/sleef: depend on dev-cpp/tlfloat unconditionally Closes: https://bugs.gentoo.org/968236 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/sleef/sleef-3.9.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/sleef/sleef-3.9.0.ebuild b/dev-libs/sleef/sleef-3.9.0.ebuild index e59812cf7183..92cdb2a83d09 100644 --- a/dev-libs/sleef/sleef-3.9.0.ebuild +++ b/dev-libs/sleef/sleef-3.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,10 +19,12 @@ RESTRICT=" x86? ( test ) " +DEPEND=" + >=dev-cpp/tlfloat-1.15.0 +" BDEPEND=" test? ( >=dev-libs/mpfr-4.2 - dev-cpp/tlfloat ) "
