diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-11 13:37:19 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-11 13:40:35 -0400 |
commit | 2641df6420a6da6e68872a9d49d88b78c7f0205c (patch) | |
tree | a37e4b6db76f6ed721fc3dd7d706a37d550a09e7 /x11-base | |
parent | dev-libs/libfilezilla: Stabilize 0.37.2 ppc64, #864909 (diff) | |
download | gentoo-2641df6420a6da6e68872a9d49d88b78c7f0205c.tar.gz gentoo-2641df6420a6da6e68872a9d49d88b78c7f0205c.tar.bz2 gentoo-2641df6420a6da6e68872a9d49d88b78c7f0205c.zip |
x11-base/xorg-proto: Add Python 3.11 compatibility
* Bump to EAPI=8
* Switch to xz'd tarballs
* Propagate ~loong KEYWORD
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-proto/xorg-proto-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-base/xorg-proto/xorg-proto-9999.ebuild b/x11-base/xorg-proto/xorg-proto-9999.ebuild index a86a2415e1b6..ccbe4831235d 100644 --- a/x11-base/xorg-proto/xorg-proto-9999.ebuild +++ b/x11-base/xorg-proto/xorg-proto-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..11} ) MY_PN="${PN/xorg-/xorg}" MY_P="${MY_PN}-${PV}" @@ -20,8 +20,8 @@ HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto" if [[ ${PV} = 9999* ]]; then SRC_URI="" else - 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" - SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.gz" + 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" + SRC_URI="https://xorg.freedesktop.org/archive/individual/proto/${MY_P}.tar.xz" S="${WORKDIR}/${MY_P}" fi |