diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-12-27 20:56:14 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-28 02:18:24 +0000 |
commit | 1b24fe2272dbe3416b22da40dac107b658a8232c (patch) | |
tree | 0704b50f58edc1cafef710cf6265d8291c403283 /dev-util/source-highlight | |
parent | dev-util/source-highlight: fix some old formatting quirks (diff) | |
download | gentoo-1b24fe2272dbe3416b22da40dac107b658a8232c.tar.gz gentoo-1b24fe2272dbe3416b22da40dac107b658a8232c.tar.bz2 gentoo-1b24fe2272dbe3416b22da40dac107b658a8232c.zip |
dev-util/source-highlight: update EAPI 7 -> 8
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34509
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/source-highlight')
-rw-r--r-- | dev-util/source-highlight/source-highlight-3.1.9-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/source-highlight/source-highlight-3.1.9-r2.ebuild b/dev-util/source-highlight/source-highlight-3.1.9-r2.ebuild index 055fbbbd12ae..cb29e05a42f8 100644 --- a/dev-util/source-highlight/source-highlight-3.1.9-r2.ebuild +++ b/dev-util/source-highlight/source-highlight-3.1.9-r2.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 inherit bash-completion-r1 flag-o-matic libtool optfeature |