diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2023-05-04 08:59:15 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-05-04 08:59:23 +0200 |
commit | 3f8a8e2e52e65ac0e008c4cdf18a00b251d72993 (patch) | |
tree | 5b08f576941aff5f5f1b5fea13985d0571ef2c19 /media-sound/a2jmidid | |
parent | app-i18n/man-pages-zh_CN: add 1.6.4.0 (diff) | |
download | gentoo-3f8a8e2e52e65ac0e008c4cdf18a00b251d72993.tar.gz gentoo-3f8a8e2e52e65ac0e008c4cdf18a00b251d72993.tar.bz2 gentoo-3f8a8e2e52e65ac0e008c4cdf18a00b251d72993.zip |
media-sound/a2jmidid: eapi8, py3.11
Closes: https://bugs.gentoo.org/897020
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/a2jmidid')
-rw-r--r-- | media-sound/a2jmidid/a2jmidid-9.ebuild | 4 | ||||
-rw-r--r-- | media-sound/a2jmidid/a2jmidid-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/a2jmidid/a2jmidid-9.ebuild b/media-sound/a2jmidid/a2jmidid-9.ebuild index 01c0f94dd616..e971e313c2b6 100644 --- a/media-sound/a2jmidid/a2jmidid-9.ebuild +++ b/media-sound/a2jmidid/a2jmidid-9.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="threads(+)" inherit meson python-single-r1 diff --git a/media-sound/a2jmidid/a2jmidid-9999.ebuild b/media-sound/a2jmidid/a2jmidid-9999.ebuild index 491327d5bb08..82f54f7fa4e5 100644 --- a/media-sound/a2jmidid/a2jmidid-9999.ebuild +++ b/media-sound/a2jmidid/a2jmidid-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="threads(+)" inherit meson python-single-r1 git-r3 |