diff options
author | 2025-01-19 00:54:28 +0100 | |
---|---|---|
committer | 2025-01-19 00:55:09 +0100 | |
commit | 76889534f8d892386a1cd09c7b7c33fe55cd03d2 (patch) | |
tree | 3b077991d56f08829a5406b5196ba01cd36a0ce0 /app-misc | |
parent | toolchain.eclass: fix finding config.logs in death hooks (diff) | |
download | gentoo-76889534f8d892386a1cd09c7b7c33fe55cd03d2.tar.gz gentoo-76889534f8d892386a1cd09c7b7c33fe55cd03d2.tar.bz2 gentoo-76889534f8d892386a1cd09c7b7c33fe55cd03d2.zip |
app-misc/kryoflux-dtc: restrict libfmt dep
Closes: https://bugs.gentoo.org/948104
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/kryoflux-dtc/kryoflux-dtc-3.50_p2-r2.ebuild (renamed from app-misc/kryoflux-dtc/kryoflux-dtc-3.50_p2-r1.ebuild) | 4 |
1 files 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 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 ) " |