diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-12-26 03:09:41 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-12-26 12:48:33 -0500 |
commit | 7ffe4e7cd0e9753107c32b54b25360f4cbc23006 (patch) | |
tree | bc41cedb0ed72a12a3cc6bb979f938aefcf798ae /net-wireless | |
parent | net-p2p/ed2k_hash: add binding := to fltk comment, soname changed (diff) | |
download | gentoo-7ffe4e7cd0e9753107c32b54b25360f4cbc23006.tar.gz gentoo-7ffe4e7cd0e9753107c32b54b25360f4cbc23006.tar.bz2 gentoo-7ffe4e7cd0e9753107c32b54b25360f4cbc23006.zip |
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@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/limesuite/limesuite-23.11.0.ebuild | 4 |
1 files 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 |