mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
pentoo-wireless: drop + from radius flag.
This commit is contained in:
parent
d9c6a7515f
commit
9dae16a749
6 changed files with 15 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Collection of NFC tools"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Pentoo proxy meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
|
|
@ -11,6 +11,7 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="java pentoo-extra pentoo-full"
|
||||
|
||||
#zap is ~250MB but we really need to fill this use case
|
||||
PDEPEND="
|
||||
java? ( net-proxy/zaproxy )
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Radio tools for pentoo"
|
||||
HOMEPAGE="pentoo.ch"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Pentoo scanner meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Pentoo voip meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2021 Gentoo Foundation
|
||||
# Copyright 1999-2022 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
EAPI="8"
|
||||
|
||||
DESCRIPTION="Pentoo wireless meta ebuild"
|
||||
HOMEPAGE="http://www.pentoo.ch"
|
||||
|
|
@ -9,7 +9,7 @@ HOMEPAGE="http://www.pentoo.ch"
|
|||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="gps +drivers livecd-stage1 pentoo-extra pentoo-full +wpe +radius"
|
||||
IUSE="gps +drivers livecd-stage1 pentoo-extra pentoo-full +wpe radius"
|
||||
|
||||
#util-linux has rfkill now
|
||||
PDEPEND="
|
||||
|
|
@ -19,7 +19,7 @@ PDEPEND="
|
|||
net-wireless/kismet
|
||||
>=sys-apps/util-linux-2.31_rc1
|
||||
net-wireless/crda
|
||||
net-wireless/mdk
|
||||
|| ( net-wireless/mdk4 net-wireless/mdk )
|
||||
!livecd-stage1? ( net-wireless/wifite
|
||||
drivers? ( !arm? ( net-wireless/rtl8812au_aircrack-ng ) )
|
||||
)
|
||||
|
|
@ -30,7 +30,6 @@ PDEPEND="
|
|||
pentoo-extra? (
|
||||
net-wireless/kismetmobiledashboard
|
||||
net-wireless/spectools
|
||||
net-wireless/wepattack
|
||||
)
|
||||
pentoo-full? (
|
||||
app-crypt/asleap
|
||||
Loading…
Reference in a new issue