diff options
author | Rick Farina <zerochaos@gentoo.org> | 2022-02-13 22:32:00 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2022-02-13 22:33:00 -0500 |
commit | 0a1b39046a9eb89dd0fe7d6c4d8f50a90e293cfc (patch) | |
tree | 6ba2bcb84ae9c2dcffe0eded9697e86dfb922f23 /net-wireless/uhd | |
parent | x11-drivers/nvidia-drivers: remove arm64 distfile from non-0/510 (diff) | |
download | gentoo-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.ebuild | 6 | ||||
-rw-r--r-- | net-wireless/uhd/uhd-4.1.0.4.ebuild | 6 |
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" |