Diff uncrustify-0.76.0 with a uncrustify-9999
/usr/portage/dev-util/uncrustify/uncrustify-9999.ebuild 2024-07-02 13:51:45.733851502 +0300 | ||
---|---|---|
7 | 7 |
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" |
8 | 8 |
scm_eclass=git-r3 |
9 | 9 |
else |
10 |
KEYWORDS="amd64 x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
10 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
11 | 11 |
SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz" |
12 | 12 |
S=${WORKDIR}/${PN}-${P} |
13 | 13 |
fi |
14 | 14 | |
15 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
15 |
inherit cmake ${scm_eclass} |
|
16 | 16 | |
17 |
inherit cmake python-any-r1 ${scm_eclass} |
|
17 |
PYTHON_COMPAT=( python3_{9..12} ) |
|
18 | ||
19 |
inherit python-any-r1 |
|
18 | 20 | |
19 | 21 |
DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier" |
20 | 22 |
HOMEPAGE="https://uncrustify.sourceforge.net/" |