Skip to content

Commit

Permalink
net-wireless/gr-scopy: python bump
Browse files Browse the repository at this point in the history
minor depend fix

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina <[email protected]>
  • Loading branch information
ZeroChaos- committed Feb 15, 2021
1 parent 02dd78d commit 437fb27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions net-wireless/gr-scopy/gr-scopy-0.0_p20201005.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )

inherit cmake python-single-r1

Expand All @@ -25,6 +25,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
RDEPEND="${PYTHON_DEPS}
=net-wireless/gnuradio-3.8*:=
sci-libs/volk:=
dev-libs/log4cpp:=
"
DEPEND="${RDEPEND}"

Expand Down
5 changes: 3 additions & 2 deletions net-wireless/gr-scopy/gr-scopy-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )

inherit cmake python-single-r1

Expand All @@ -25,6 +25,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
RDEPEND="${PYTHON_DEPS}
=net-wireless/gnuradio-3.8*:=
sci-libs/volk:=
dev-libs/log4cpp:=
"
DEPEND="${RDEPEND}"

Expand Down

0 comments on commit 437fb27

Please sign in to comment.