diff options
author | Rick Farina <zerochaos@gentoo.org> | 2020-06-01 14:57:49 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2020-06-01 16:45:47 -0400 |
commit | 392511c99c140da065584f6e07eca8c2f4318fa3 (patch) | |
tree | 24db5f703776b0dd2222806629512ed4e906991f /net-wireless/gr-paint | |
parent | net-wireless/gr-iio: bump for gr-3.8 (diff) | |
download | gentoo-392511c99c140da065584f6e07eca8c2f4318fa3.tar.gz gentoo-392511c99c140da065584f6e07eca8c2f4318fa3.tar.bz2 gentoo-392511c99c140da065584f6e07eca8c2f4318fa3.zip |
net-wireless/gr-paint: fix for gr-3.8
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/gr-paint')
-rw-r--r-- | net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild | 9 | ||||
-rw-r--r-- | net-wireless/gr-paint/gr-paint-9999.ebuild | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild index d1f2bf7295ec..132442bd9f33 100644 --- a/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild +++ b/net-wireless/gr-paint/gr-paint-0.0_p20200517.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then else COMMIT="9cb4eabe3b570ccd1f53837681607d73501b5c1e" SRC_URI="https://github.com/drmpeg/gr-paint38/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${COMMIT}" + S="${WORKDIR}/${PN}38-${COMMIT}" KEYWORDS="~amd64" fi inherit cmake-utils python-single-r1 @@ -31,6 +31,8 @@ DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-libs/boost:=[${PYTHON_MULTI_USEDEP}] ') + dev-libs/gmp + sci-libs/volk =net-wireless/gnuradio-3.8*:=[${PYTHON_SINGLE_USEDEP}] " RDEPEND="${DEPEND} @@ -50,3 +52,8 @@ src_configure() { ) cmake-utils_src_configure } + +src_install() { + cmake-utils_src_install + python_optimize +} diff --git a/net-wireless/gr-paint/gr-paint-9999.ebuild b/net-wireless/gr-paint/gr-paint-9999.ebuild index d1f2bf7295ec..132442bd9f33 100644 --- a/net-wireless/gr-paint/gr-paint-9999.ebuild +++ b/net-wireless/gr-paint/gr-paint-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then else COMMIT="9cb4eabe3b570ccd1f53837681607d73501b5c1e" SRC_URI="https://github.com/drmpeg/gr-paint38/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${COMMIT}" + S="${WORKDIR}/${PN}38-${COMMIT}" KEYWORDS="~amd64" fi inherit cmake-utils python-single-r1 @@ -31,6 +31,8 @@ DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-libs/boost:=[${PYTHON_MULTI_USEDEP}] ') + dev-libs/gmp + sci-libs/volk =net-wireless/gnuradio-3.8*:=[${PYTHON_SINGLE_USEDEP}] " RDEPEND="${DEPEND} @@ -50,3 +52,8 @@ src_configure() { ) cmake-utils_src_configure } + +src_install() { + cmake-utils_src_install + python_optimize +} |