# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) inherit cmake-utils python-single-r1 DESCRIPTION="GNU radio blocks to remove that IQ DC spike" HOMEPAGE="https://github.com/ghostop14/gr-correctiq" if [[ ${PV} == 9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/ghostop14/gr-correctiq" KEYWORDS="" #else # SRC_URI="" # KEYWORDS="" fi LICENSE="GPL-3" RDEPEND=">=net-wireless/gnuradio-3.7_rc:0=[${PYTHON_USEDEP}] ${PYTHON_DEPS}" DEPEND="${RDEPEND} dev-lang/swig:0" REQUIRED_USE="${PYTHON_REQUIRED_USE}" SLOT="0"