From d52a950c215ea55d1db8ca31da52c459745cd770 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Sun, 31 Jan 2021 22:18:30 -0500 Subject: [PATCH] gr-dsd: modernize slightly, upstream has been poked about if this should be removed --- net-wireless/gr-dsd/gr-dsd-9999.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/net-wireless/gr-dsd/gr-dsd-9999.ebuild b/net-wireless/gr-dsd/gr-dsd-9999.ebuild index 015e4aca0..1cef01329 100644 --- a/net-wireless/gr-dsd/gr-dsd-9999.ebuild +++ b/net-wireless/gr-dsd/gr-dsd-9999.ebuild @@ -1,17 +1,16 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 ) -inherit cmake-utils git-r3 python-single-r1 +PYTHON_COMPAT=( python3_{8,9} ) +inherit cmake git-r3 python-single-r1 DESCRIPTION="GNU Radio block for Digital Speech Decoder" HOMEPAGE="https://github.com/argilo/gr-dsd" EGIT_REPO_URI="https://github.com/argilo/gr-dsd.git" -EGIT_BRANCH="master" -KEYWORDS="" +EGIT_BRANCH="maint-3.8" LICENSE="GPL-3" SLOT="0" @@ -34,5 +33,5 @@ src_configure() { -DWITH_ENABLE_DOXYGEN=YES="$(usex doc)" -DPYTHON_EXECUTABLE="${PYTHON}" ) - cmake-utils_src_configure + cmake_src_configure }