mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 00:51:41 +02:00
dev-util/catalyst: Sync with Gentoo
It's from Gentoo commit f9aab93cc73045e2dba953e0055527d3ee16afab.
This commit is contained in:
parent
57ed518cd0
commit
95bda9e671
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -9,10 +9,10 @@ if [[ ${PV} == *9999* ]]; then
|
|||||||
EGIT_BRANCH="master"
|
EGIT_BRANCH="master"
|
||||||
else
|
else
|
||||||
SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2"
|
SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2"
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..10} )
|
PYTHON_COMPAT=( python3_{9..11} )
|
||||||
DISTUTILS_USE_SETUPTOOLS=no
|
DISTUTILS_USE_SETUPTOOLS=no
|
||||||
|
|
||||||
inherit distutils-r1 ${SRC_ECLASS}
|
inherit distutils-r1 ${SRC_ECLASS}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
if [[ ${PV} == *9999* ]]; then
|
if [[ ${PV} == *9999* ]]; then
|
||||||
SRC_ECLASS="git-r3"
|
SRC_ECLASS="git-r3"
|
||||||
@ -12,7 +12,7 @@ else
|
|||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..10} )
|
PYTHON_COMPAT=( python3_{9..11} )
|
||||||
DISTUTILS_USE_SETUPTOOLS=no
|
DISTUTILS_USE_SETUPTOOLS=no
|
||||||
|
|
||||||
inherit distutils-r1 linux-info optfeature tmpfiles ${SRC_ECLASS}
|
inherit distutils-r1 linux-info optfeature tmpfiles ${SRC_ECLASS}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user