Skip to content

Commit 59202d0

Browse files
committed
dev-util: fixed cmake-format distutils usage, corrected order
Signed-off-by: Bartłomiej Burdukiewicz <bartlomiej.burdukiewicz@gmail.com>
1 parent 255ebf0 commit 59202d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dev-util/cmake-format/cmake-format-0.6.13-r2.ebuild

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33

44
EAPI=8
55

6-
PYTHON_COMPAT=(python3_{7..13})
6+
DISTUTILS_USE_PEP517=setuptools
7+
PYTHON_COMPAT=(python3_{10..14})
78

89
inherit distutils-r1
910

1011
_P=${P/-/_}
1112
_PN=${PN/-/_}
1213
S="${WORKDIR}/${_P}"
1314

14-
DISTUTILS_USE_PEP517=setuptools
15-
1615
DESCRIPTION="Source code formatter for cmake listfiles."
1716
HOMEPAGE="https://github.com/cheshirekow/cmake_format.git"
1817
SRC_URI="https://github.com/cheshirekow/cmake_format/archive/v${PV}.tar.gz -> cmake-format-v${PV}.tar.gz"

0 commit comments

Comments
 (0)