commit: 76889534f8d892386a1cd09c7b7c33fe55cd03d2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Jan 18 23:54:28 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jan 18 23:55:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76889534
app-misc/kryoflux-dtc: restrict libfmt dep Closes: https://bugs.gentoo.org/948104 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> ...{kryoflux-dtc-3.50_p2-r1.ebuild => kryoflux-dtc-3.50_p2-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/kryoflux-dtc/kryoflux-dtc-3.50_p2-r1.ebuild b/app-misc/kryoflux-dtc/kryoflux-dtc-3.50_p2-r2.ebuild similarity index 97% rename from app-misc/kryoflux-dtc/kryoflux-dtc-3.50_p2-r1.ebuild rename to app-misc/kryoflux-dtc/kryoflux-dtc-3.50_p2-r2.ebuild index b70bb530a9ce..93523baee0e4 100644 --- a/app-misc/kryoflux-dtc/kryoflux-dtc-3.50_p2-r1.ebuild +++ b/app-misc/kryoflux-dtc/kryoflux-dtc-3.50_p2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ KEYWORDS="-* amd64 ~arm64" IUSE="demos doc gui" RDEPEND=" - <dev-libs/libfmt-11 + <dev-libs/libfmt-10 virtual/libusb:1 gui? ( virtual/jre ) "
