diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-05-04 21:44:33 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-05-04 21:44:33 +0200 |
commit | 8e3b632352e1fad7cfbe02a00260e9bd15ddc0a0 (patch) | |
tree | 60b6f3e6944883e825a0fb03316e0b038adb8550 /dev-util/uncrustify | |
parent | mail-filter/libsrs_alt-1.0-r1: really do apply patches (diff) | |
download | gentoo-8e3b632352e1fad7cfbe02a00260e9bd15ddc0a0.tar.gz gentoo-8e3b632352e1fad7cfbe02a00260e9bd15ddc0a0.tar.bz2 gentoo-8e3b632352e1fad7cfbe02a00260e9bd15ddc0a0.zip |
dev-util/uncrustify-9999: use cmake.eclass, bump to EAPI-7
Closes: https://bugs.gentoo.org/770685
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r-- | dev-util/uncrustify/uncrustify-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild b/dev-util/uncrustify/uncrustify-9999.ebuild index db972bbb4d42..8f51f156ef9d 100644 --- a/dev-util/uncrustify/uncrustify-9999.ebuild +++ b/dev-util/uncrustify/uncrustify-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" @@ -12,7 +12,7 @@ else S=${WORKDIR}/${PN}-${P} fi -inherit cmake-utils ${scm_eclass} +inherit cmake ${scm_eclass} PYTHON_COMPAT=( python3_{7,8} ) |