commit: 7ffe4e7cd0e9753107c32b54b25360f4cbc23006 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu Dec 26 08:09:41 2024 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu Dec 26 17:48:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffe4e7c
net-wireless/limesuite: add binding := to fltk, soname changed For what it's worth anyway, ebuild appears broken for other reasons at the moment (not planning to look into it myself, one *could* just remove the offending `rm` line but issue *may* be that the GUI is getting disabled for some reason and then it skips Desktop files). Skipping the revbump given a rebuild would likely fail anyway. Bug: https://bugs.gentoo.org/922785 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> net-wireless/limesuite/limesuite-23.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/limesuite/limesuite-23.11.0.ebuild b/net-wireless/limesuite/limesuite-23.11.0.ebuild index 5dc765b3cd1a..4b4cae7cffd2 100644 --- a/net-wireless/limesuite/limesuite-23.11.0.ebuild +++ b/net-wireless/limesuite/limesuite-23.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND=" - x11-libs/fltk:1 + x11-libs/fltk:1= x11-libs/wxGTK:${WX_GTK_VER} net-wireless/soapysdr:= virtual/opengl
