Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-proto/
Date: Thu, 11 Aug 2022 18:20:11
Message-Id: 1660239635.2641df6420a6da6e68872a9d49d88b78c7f0205c.mattst88@gentoo
1 commit: 2641df6420a6da6e68872a9d49d88b78c7f0205c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 11 17:37:19 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 11 17:40:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2641df64
7
8 x11-base/xorg-proto: Add Python 3.11 compatibility
9
10 * Bump to EAPI=8
11 * Switch to xz'd tarballs
12 * Propagate ~loong KEYWORD
13
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 x11-base/xorg-proto/xorg-proto-9999.ebuild | 8 ++++----
17 1 file changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/x11-base/xorg-proto/xorg-proto-9999.ebuild b/x11-base/xorg-proto/xorg-proto-9999.ebuild
20 index a86a2415e1b6..ccbe4831235d 100644
21 --- a/x11-base/xorg-proto/xorg-proto-9999.ebuild
22 +++ b/x11-base/xorg-proto/xorg-proto-9999.ebuild
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=7
28 -PYTHON_COMPAT=( python3_{8..10} )
29 +EAPI=8
30 +PYTHON_COMPAT=( python3_{8..11} )
31
32 MY_PN="${PN/xorg-/xorg}"
33 MY_P="${MY_PN}-${PV}"
34 @@ -20,8 +20,8 @@ HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto"
35 if [[ ${PV} = 9999* ]]; then
36 SRC_URI=""
37 else
38 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
39 - SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz"
40 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
41 + SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.xz"
42 S="${WORKDIR}/${MY_P}"
43 fi