diff options
author | Rick Farina <zerochaos@gentoo.org> | 2023-04-05 22:05:49 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-04-05 22:05:56 -0400 |
commit | 44d84b7a9a1f7c8148787e0da9037190b37e0aee (patch) | |
tree | 890123259d1449afa44b6025c5917006da50d510 /net-wireless/uhd | |
parent | sci-libs/volk: EAPI 7->8, add python 3.11 (diff) | |
download | gentoo-44d84b7a9a1f7c8148787e0da9037190b37e0aee.tar.gz gentoo-44d84b7a9a1f7c8148787e0da9037190b37e0aee.tar.bz2 gentoo-44d84b7a9a1f7c8148787e0da9037190b37e0aee.zip |
net-wireless/uhd: enable py3.11
Closes: https://bugs.gentoo.org/897186
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/uhd')
-rw-r--r-- | net-wireless/uhd/uhd-4.1.0.5.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/uhd/uhd-4.2.0.0.ebuild | 2 | ||||
-rw-r--r-- | net-wireless/uhd/uhd-4.3.0.0.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/uhd/uhd-4.1.0.5.ebuild b/net-wireless/uhd/uhd-4.1.0.5.ebuild index 971639578bbc..0cd814244c4d 100644 --- a/net-wireless/uhd/uhd-4.1.0.5.ebuild +++ b/net-wireless/uhd/uhd-4.1.0.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake gnome2-utils python-single-r1 udev diff --git a/net-wireless/uhd/uhd-4.2.0.0.ebuild b/net-wireless/uhd/uhd-4.2.0.0.ebuild index c2bb6f5dc9e2..105e2cb0463c 100644 --- a/net-wireless/uhd/uhd-4.2.0.0.ebuild +++ b/net-wireless/uhd/uhd-4.2.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake gnome2-utils python-single-r1 udev diff --git a/net-wireless/uhd/uhd-4.3.0.0.ebuild b/net-wireless/uhd/uhd-4.3.0.0.ebuild index 5f17fad3b27a..5586a4dae981 100644 --- a/net-wireless/uhd/uhd-4.3.0.0.ebuild +++ b/net-wireless/uhd/uhd-4.3.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake gnome2-utils python-single-r1 udev |