mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
gr-lte: remove, python2 only
This commit is contained in:
parent
5b0ae12df6
commit
279d962244
1 changed files with 0 additions and 30 deletions
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="GNU Radio block for LTE signals"
|
||||
HOMEPAGE="https://github.com/kit-cel/gr-lte"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/kit-cel/gr-lte.git"
|
||||
EGIT_BRANCH="master"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
DEPEND=">=net-wireless/gnuradio-3.7.0:=
|
||||
dev-libs/boost:=
|
||||
>=sci-libs/fftw-3.3.4:=
|
||||
dev-util/cppunit
|
||||
dev-lang/swig:*"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
sed -i '0,/include\/lte/s/include\/lte/include\/gnuradio\/lte/' ${WORKDIR}/${P}/CMakeLists.txt || die 'sed failed'
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
Loading…
Reference in a new issue