summaryrefslogtreecommitdiff
path: root/x11-base/xorg-proto/xorg-proto-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-11 20:20:26 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-11 20:20:26 +0100
commitf4ab034d81402342178d7cca4689e01193cd38ca (patch)
treec3251496d2bb336863c2ed7af224fca7868290ac /x11-base/xorg-proto/xorg-proto-9999.ebuild
parent34d4f34516ab568ad4ea24fc16ee0ad9ec8ad079 (diff)
gentoo auto-resync : 11:08:2022 - 20:20:26
Diffstat (limited to 'x11-base/xorg-proto/xorg-proto-9999.ebuild')
-rw-r--r--x11-base/xorg-proto/xorg-proto-9999.ebuild8
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