mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-08 08:26:06 +01:00
gr-acars2: remove: python2 only
This commit is contained in:
parent
a7d77291a6
commit
63ed39ca9f
1 changed files with 0 additions and 28 deletions
|
|
@ -1,28 +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 ACARS transmissions"
|
||||
HOMEPAGE="https://github.com/antoinet/gr-acars2"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/antoinet/gr-acars2.git"
|
||||
EGIT_BRANCH="master"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
DEPEND=">=net-wireless/gnuradio-3.7.0:=
|
||||
dev-libs/boost:=
|
||||
dev-lang/swig:*"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
sed -i '0,/include\/acars2/s/include\/acars2/include\/gnuradio\/acars2/' ${WORKDIR}/${P}/CMakeLists.txt || die 'sed failed'
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
Loading…
Reference in a new issue