mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
soapy: insane deps up a bit to make this all easier to use, plus fix deps
This commit is contained in:
parent
ab2f2d094a
commit
e909e1ae96
3 changed files with 6 additions and 3 deletions
|
|
@ -20,7 +20,8 @@ IUSE="python"
|
|||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
RDEPEND="python? ( ${PYTHON_DEPS} )"
|
||||
DEPEND="${RDEPEND}
|
||||
DEPEND="net-wireless/soapysdr
|
||||
${RDEPEND}
|
||||
python? ( dev-lang/swig:0 )
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
|
||||
CMAKE_IN_SOURCE_BUILD="1"
|
||||
#CMAKE_IN_SOURCE_BUILD="1"
|
||||
|
||||
inherit cmake-utils git-2 python-r1
|
||||
|
||||
|
|
@ -18,13 +18,14 @@ LICENSE="Boost-1.0"
|
|||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
IUSE="python"
|
||||
IUSE="hackrf python"
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
RDEPEND="python? ( ${PYTHON_DEPS} )"
|
||||
DEPEND="${RDEPEND}
|
||||
python? ( dev-lang/swig:0 )
|
||||
"
|
||||
PDEPEND="hackrf? ( net-wireless/soapyhackrf )"
|
||||
|
||||
src_prepare() {
|
||||
use python && python_copy_sources
|
||||
|
|
|
|||
|
|
@ -8,3 +8,4 @@ net-wireless/lorcon python -ruby
|
|||
net-wireless/wifite extra dict
|
||||
net-analyzer/wireshark lua
|
||||
net-wireless/wpa_supplicant ap eap-sim uncommon-eap-types tdls p2p wps
|
||||
net-wireless/soapysdr hackrf
|
||||
|
|
|
|||
Loading…
Reference in a new issue