summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2022-02-13 22:32:00 -0500
committerRick Farina <zerochaos@gentoo.org>2022-02-13 22:33:00 -0500
commit0a1b39046a9eb89dd0fe7d6c4d8f50a90e293cfc (patch)
tree6ba2bcb84ae9c2dcffe0eded9697e86dfb922f23 /net-wireless/uhd
parentx11-drivers/nvidia-drivers: remove arm64 distfile from non-0/510 (diff)
downloadgentoo-0a1b39046a9eb89dd0fe7d6c4d8f50a90e293cfc.tar.gz
gentoo-0a1b39046a9eb89dd0fe7d6c4d8f50a90e293cfc.tar.bz2
gentoo-0a1b39046a9eb89dd0fe7d6c4d8f50a90e293cfc.zip
net-wireless/uhd: fix some pkgcheck warnings
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/uhd')
-rw-r--r--net-wireless/uhd/uhd-3.15.0.0-r100.ebuild6
-rw-r--r--net-wireless/uhd/uhd-4.1.0.4.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/net-wireless/uhd/uhd-3.15.0.0-r100.ebuild b/net-wireless/uhd/uhd-3.15.0.0-r100.ebuild
index 3854e1ceee95..94f22c4bddc2 100644
--- a/net-wireless/uhd/uhd-3.15.0.0-r100.ebuild
+++ b/net-wireless/uhd/uhd-3.15.0.0-r100.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
#not sure why, but eapi 7 fails
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
-inherit eapi7-ver python-single-r1 gnome2-utils cmake-utils multilib
+inherit eapi7-ver python-single-r1 gnome2-utils cmake-utils
DESCRIPTION="Universal Software Radio Peripheral (USRP) Hardware Driver"
HOMEPAGE="https://kb.ettus.com"
diff --git a/net-wireless/uhd/uhd-4.1.0.4.ebuild b/net-wireless/uhd/uhd-4.1.0.4.ebuild
index e74d51a15c92..654ad81cca82 100644
--- a/net-wireless/uhd/uhd-4.1.0.4.ebuild
+++ b/net-wireless/uhd/uhd-4.1.0.4.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
#not sure why, but eapi 7 fails
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
-inherit eapi7-ver python-single-r1 gnome2-utils cmake-utils multilib
+inherit eapi7-ver python-single-r1 gnome2-utils cmake-utils
DESCRIPTION="Universal Software Radio Peripheral (USRP) Hardware Driver"
HOMEPAGE="https://kb.ettus.com"