diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-12 17:53:56 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-03-12 17:53:56 +0500 |
commit | 41008d715cc7b84056a64933f14288647f14b6fa (patch) | |
tree | 754c5319e41aa6c0a05ca29671acbdd61e6e771f /net-libs | |
parent | media-fonts/twemoji: add 14.0.2 (diff) | |
download | guru-41008d715cc7b84056a64933f14288647f14b6fa.tar.gz guru-41008d715cc7b84056a64933f14288647f14b6fa.tar.bz2 guru-41008d715cc7b84056a64933f14288647f14b6fa.zip |
*/*: drop dead py3.8 impl
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/dpdk/dpdk-21.11.1-r1.ebuild | 2 | ||||
-rw-r--r-- | net-libs/dpdk/dpdk-22.07-r1.ebuild | 2 | ||||
-rw-r--r-- | net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/dpdk/dpdk-21.11.1-r1.ebuild b/net-libs/dpdk/dpdk-21.11.1-r1.ebuild index 93ece488f..c707c35ae 100644 --- a/net-libs/dpdk/dpdk-21.11.1-r1.ebuild +++ b/net-libs/dpdk/dpdk-21.11.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-single-r1 meson DESCRIPTION="Data Plane Development Kit libraries for fast userspace networking" diff --git a/net-libs/dpdk/dpdk-22.07-r1.ebuild b/net-libs/dpdk/dpdk-22.07-r1.ebuild index b1592e869..ae3d49dfc 100644 --- a/net-libs/dpdk/dpdk-22.07-r1.ebuild +++ b/net-libs/dpdk/dpdk-22.07-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-single-r1 toolchain-funcs meson DESCRIPTION="Data Plane Development Kit libraries for fast userspace networking" diff --git a/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild b/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild index 0682ae85e..01755df77 100644 --- a/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild +++ b/net-libs/telepathy-haze/telepathy-haze-0.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit python-any-r1 |