diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-03 22:02:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-03 22:42:21 +0100 |
commit | f564926359f08eca5d88f9f12055971d5c9d7874 (patch) | |
tree | 5b597b203eaaf26b7be7cb62a47edb2a177ff913 /dev-util/uncrustify | |
parent | media-sound/wildmidi: drop 0.4.4 (diff) | |
download | gentoo-f564926359f08eca5d88f9f12055971d5c9d7874.tar.gz gentoo-f564926359f08eca5d88f9f12055971d5c9d7874.tar.bz2 gentoo-f564926359f08eca5d88f9f12055971d5c9d7874.zip |
dev-util/uncrustify: Sync 9999 with EAPI-8 bump from 0.76.0
Bug: https://bugs.gentoo.org/892289
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r-- | dev-util/uncrustify/uncrustify-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild b/dev-util/uncrustify/uncrustify-9999.ebuild index b8521ea0bcb1..a385690fe6b7 100644 --- a/dev-util/uncrustify/uncrustify-9999.ebuild +++ b/dev-util/uncrustify/uncrustify-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" |