mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
gr-iio: add python2 support
This commit is contained in:
parent
e9e75cc5c8
commit
c8f4c52180
2 changed files with 6 additions and 2 deletions
|
|
@ -3,7 +3,9 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit cmake-utils python-single-r1
|
||||
|
||||
DESCRIPTION="GNU Radio IIO Blocks"
|
||||
HOMEPAGE="https://github.com/analogdevicesinc/gr-iio"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,9 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils git-r3
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit cmake-utils python-single-r1 git-r3
|
||||
|
||||
DESCRIPTION="GNU Radio IIO Blocks"
|
||||
HOMEPAGE="https://github.com/analogdevicesinc/gr-iio"
|
||||
|
|
|
|||
Loading…
Reference in a new issue