Diff uncrustify-0.76.0 with a uncrustify-9999
/usr/portage/dev-util/uncrustify/uncrustify-9999.ebuild 2023-10-09 14:52:31.008368388 +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 |
inherit cmake ${scm_eclass} |
|
16 | ||
15 | 17 |
PYTHON_COMPAT=( python3_{9..11} ) |
16 | 18 | |
17 |
inherit cmake python-any-r1 ${scm_eclass} |
|
19 |
inherit python-any-r1 |
|
18 | 20 | |
19 | 21 |
DESCRIPTION="C/C++/C#/D/Java/Pawn code indenter and beautifier" |
20 | 22 |
HOMEPAGE="http://uncrustify.sourceforge.net/" |