diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-23 22:22:12 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-23 22:27:27 -0400 |
commit | 7f092769fc7ee5b074ca866eee82bf7fb0ba3380 (patch) | |
tree | 6f4468c7a289e469ba4d9e1ab0b4af06c3fff596 | |
parent | sci-calculators/qalculate-gtk: add 4.3.0 (diff) | |
download | gentoo-7f092769fc7ee5b074ca866eee82bf7fb0ba3380.tar.gz gentoo-7f092769fc7ee5b074ca866eee82bf7fb0ba3380.tar.bz2 gentoo-7f092769fc7ee5b074ca866eee82bf7fb0ba3380.zip |
media-libs/libglvnd: Add Python 3.11 compatibility
Also bump to EAPI=8 and sync KEYWORDS.
Closes: https://bugs.gentoo.org/862178
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | media-libs/libglvnd/libglvnd-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild index d91a97d0eb74..8fc4e707e6ae 100644 --- a/media-libs/libglvnd/libglvnd-9999.ebuild +++ b/media-libs/libglvnd/libglvnd-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2018-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 EGIT_REPO_URI="https://gitlab.freedesktop.org/glvnd/libglvnd.git" @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" fi -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..11} ) VIRTUALX_REQUIRED=manual inherit ${GIT_ECLASS} meson-multilib python-any-r1 virtualx @@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd" if [[ ${PV} = 9999* ]]; then SRC_URI="" else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" SRC_URI="https://gitlab.freedesktop.org/glvnd/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2" S=${WORKDIR}/${PN}-v${PV} fi |