mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
Merge pull request #279 from WGH-/op25-inherit-python-single
op25: fix build failure due to 'inherit python-r1' instead of python-single-r1 (#278)
This commit is contained in:
commit
e6fc0265e9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ EAPI=5
|
|||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit cmake-utils python-r1
|
||||
inherit cmake-utils python-single-r1
|
||||
|
||||
DESCRIPTION="software-defined analyzer for APCO P25 signals"
|
||||
HOMEPAGE="http://op25.osmocom.org/wiki"
|
||||
|
|
|
|||
Loading…
Reference in a new issue