diff options
| author | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-01 21:19:16 -0500 |
|---|---|---|
| committer | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-01 21:19:16 -0500 |
| commit | 1aaafa6995916beafff236affdb5cac42f7efd43 (patch) | |
| tree | 41b96fd4c123591da1658c544bd47f28bd315680 /net-wireless | |
| parent | 612872d2f4364137c6d9c687a6ade601439139a0 (diff) | |
| download | baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip | |
Adding metadata
Diffstat (limited to 'net-wireless')
5 files changed, 12 insertions, 12 deletions
diff --git a/net-wireless/aircrack-ng/aircrack-ng-1.7-r2.ebuild b/net-wireless/aircrack-ng/aircrack-ng-1.7-r2.ebuild index 40589f112b67..d0a4ccaa1e92 100644 --- a/net-wireless/aircrack-ng/aircrack-ng-1.7-r2.ebuild +++ b/net-wireless/aircrack-ng/aircrack-ng-1.7-r2.ebuild @@ -17,13 +17,13 @@ KEYWORDS="amd64 arm ~arm64 ~ppc x86 ~amd64-linux ~x86-linux" LICENSE="GPL-2" SLOT="0" -IUSE="+airdrop-ng +airgraph-ng +experimental libressl +netlink +pcre +sqlite test" +IUSE="+airdrop-ng +airgraph-ng +experimental +netlink +pcre +sqlite test" CDEPEND="net-libs/libpcap sys-apps/hwloc:0= dev-libs/libbsd - !libressl? ( dev-libs/openssl:0= ) - libressl? ( >=dev-libs/libressl-3.5.0:0= ) + dev-libs/openssl:0= + netlink? ( dev-libs/libnl:3 ) pcre? ( dev-libs/libpcre ) airdrop-ng? ( ${PYTHON_DEPS} ) diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-47.2.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-47.2.ebuild index 218e67532092..6cd20598e58d 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-47.2.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-47.2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-bluetooth" LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+" SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" IUSE="gtk-doc +introspection test" RESTRICT="!test? ( test )" diff --git a/net-wireless/uhd/uhd-4.9.0.1-r1.ebuild b/net-wireless/uhd/uhd-4.9.0.1-r1.ebuild index d4f8a4dfda6e..f37ec4d19c12 100644 --- a/net-wireless/uhd/uhd-4.9.0.1-r1.ebuild +++ b/net-wireless/uhd/uhd-4.9.0.1-r1.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${P}/host" LICENSE="GPL-3" SLOT="0/$(ver_cut 1-3)" -KEYWORDS="~amd64 ~arm ~riscv ~x86" +KEYWORDS="amd64 ~arm ~riscv ~x86" IUSE="+b100 +b200 doc cpu_flags_arm_neon cpu_flags_x86_ssse3 e300 examples +mpmd octoclock test +usb +usrp1 +usrp2 +utils +x300" RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE} diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r2.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r2.ebuild index 696ef47722b2..461e2c57e2ea 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r2.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.10-r2.ebuild @@ -11,7 +11,7 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc x86" SRC_URI="https://w1.fi/releases/${P}.tar.gz" SLOT="0" -IUSE="ap broadcom-sta dbus eap-sim eapol-test fasteap +fils +hs2-0 libressl macsec +mbo +mesh p2p privsep ps3 qt5 readline selinux smartcard tdls tkip uncommon-eap-types wep wimax wps" +IUSE="ap broadcom-sta dbus eap-sim eapol-test fasteap +fils +hs2-0 macsec +mbo +mesh p2p privsep ps3 qt5 readline selinux smartcard tdls tkip uncommon-eap-types wep wimax wps" # CONFIG_PRIVSEP=y does not have sufficient support for the new driver # interface functions used for MACsec, so this combination cannot be used @@ -23,8 +23,8 @@ REQUIRED_USE=" " DEPEND=" - !libressl? ( >=dev-libs/openssl-1.0.2k:0= ) - libressl? ( dev-libs/libressl:0= ) + >=dev-libs/openssl-1.0.2k:0= + dbus? ( sys-apps/dbus ) kernel_linux? ( >=dev-libs/libnl-3.2:3 @@ -123,7 +123,7 @@ src_prepare() { # bug (640492) sed -i 's#-Werror ##' wpa_supplicant/Makefile || die - # LibreSSL patch (https://github.com/gentoo/libressl/issues/336) + # LibreSSL patch (https://github.com/gentoo//issues/336) eapply "${FILESDIR}/${PN}-2.9-libressl.patch" } diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.11-r1.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.11-r1.ebuild index baf28acad195..3debd2772510 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.11-r1.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.11-r1.ebuild @@ -17,7 +17,7 @@ else fi SLOT="0" -IUSE="+ap broadcom-sta dbus eap-sim eapol-test +fils gui libressl macsec +mbo +mesh p2p privsep readline selinux smartcard tkip uncommon-eap-types wep wps" +IUSE="+ap broadcom-sta dbus eap-sim eapol-test +fils gui macsec +mbo +mesh p2p privsep readline selinux smartcard tkip uncommon-eap-types wep wps" # CONFIG_PRIVSEP=y does not have sufficient support for the new driver # interface functions used for MACsec, so this combination cannot be used @@ -31,8 +31,8 @@ REQUIRED_USE=" " DEPEND=" - !libressl? ( >=dev-libs/openssl-1.0.2k:= ) - libressl? ( >=dev-libs/libressl-4.0:0= ) + >=dev-libs/openssl-1.0.2k:= + dbus? ( sys-apps/dbus ) kernel_linux? ( >=dev-libs/libnl-3.2:3 |
