Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/uncrustify/
Date: Tue, 04 May 2021 19:44:52
Message-Id: 1620157473.8e3b632352e1fad7cfbe02a00260e9bd15ddc0a0.grobian@gentoo
1 commit: 8e3b632352e1fad7cfbe02a00260e9bd15ddc0a0
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 19:44:33 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 19:44:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e3b6323
7
8 dev-util/uncrustify-9999: use cmake.eclass, bump to EAPI-7
9
10 Closes: https://bugs.gentoo.org/770685
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 dev-util/uncrustify/uncrustify-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild b/dev-util/uncrustify/uncrustify-9999.ebuild
18 index db972bbb4d4..8f51f156ef9 100644
19 --- a/dev-util/uncrustify/uncrustify-9999.ebuild
20 +++ b/dev-util/uncrustify/uncrustify-9999.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 if [[ ${PV} == *9999* ]]; then
29 EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
30 @@ -12,7 +12,7 @@ else
31 S=${WORKDIR}/${PN}-${P}
32 fi
33
34 -inherit cmake-utils ${scm_eclass}
35 +inherit cmake ${scm_eclass}
36
37 PYTHON_COMPAT=( python3_{7,8} )