Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libglvnd/
Date: Wed, 24 Aug 2022 02:27:39
Message-Id: 1661308047.7f092769fc7ee5b074ca866eee82bf7fb0ba3380.mattst88@gentoo
1 commit: 7f092769fc7ee5b074ca866eee82bf7fb0ba3380
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 02:22:12 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 02:27:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f092769
7
8 media-libs/libglvnd: Add Python 3.11 compatibility
9
10 Also bump to EAPI=8 and sync KEYWORDS.
11
12 Closes: https://bugs.gentoo.org/862178
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 media-libs/libglvnd/libglvnd-9999.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild
19 index d91a97d0eb74..8fc4e707e6ae 100644
20 --- a/media-libs/libglvnd/libglvnd-9999.ebuild
21 +++ b/media-libs/libglvnd/libglvnd-9999.ebuild
22 @@ -1,7 +1,7 @@
23 # Copyright 2018-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 EGIT_REPO_URI="https://gitlab.freedesktop.org/glvnd/libglvnd.git"
30
31 @@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
32 GIT_ECLASS="git-r3"
33 fi
34
35 -PYTHON_COMPAT=( python3_{7..10} )
36 +PYTHON_COMPAT=( python3_{8..11} )
37 VIRTUALX_REQUIRED=manual
38
39 inherit ${GIT_ECLASS} meson-multilib python-any-r1 virtualx
40 @@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd"
41 if [[ ${PV} = 9999* ]]; then
42 SRC_URI=""
43 else
44 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
45 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
46 SRC_URI="https://gitlab.freedesktop.org/glvnd/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
47 S=${WORKDIR}/${PN}-v${PV}
48 fi