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:
Anton Bolshakov 2018-05-07 06:07:45 +02:00 committed by GitHub
commit e6fc0265e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"