diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-04-13 17:52:58 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-18 15:36:52 +0200 |
commit | 79854815ff03f4b34328765b3863e47f0c7fb51a (patch) | |
tree | 78ea18106dcba4316e4103daeafc48fd9c8c10ee /app-admin/su-exec | |
parent | app-crypt/gifshuffle: EAPI8 bump, use HTTPS (diff) | |
download | gentoo-79854815ff03f4b34328765b3863e47f0c7fb51a.tar.gz gentoo-79854815ff03f4b34328765b3863e47f0c7fb51a.tar.bz2 gentoo-79854815ff03f4b34328765b3863e47f0c7fb51a.zip |
app-admin/su-exec: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30583
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-admin/su-exec')
-rw-r--r-- | app-admin/su-exec/su-exec-0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/su-exec/su-exec-0.2.ebuild b/app-admin/su-exec/su-exec-0.2.ebuild index 119e2dc77348..50948421a60d 100644 --- a/app-admin/su-exec/su-exec-0.2.ebuild +++ b/app-admin/su-exec/su-exec-0.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit toolchain-funcs |