Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 896920
Collapse All | Expand All

(-)a/catalyst-3.0.22-r1.ebuild (-3 / +3 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=8
5
5
6
if [[ ${PV} == *9999* ]]; then
6
if [[ ${PV} == *9999* ]]; then
7
	SRC_ECLASS="git-r3"
7
	SRC_ECLASS="git-r3"
Lines 12-18 else Link Here
12
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
12
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
13
fi
13
fi
14
14
15
PYTHON_COMPAT=( python3_{9..10} )
15
PYTHON_COMPAT=( python3_{9..11} )
16
DISTUTILS_USE_SETUPTOOLS=no
16
DISTUTILS_USE_SETUPTOOLS=no
17
17
18
inherit distutils-r1 ${SRC_ECLASS}
18
inherit distutils-r1 ${SRC_ECLASS}

Return to bug 896920