commit: 79854815ff03f4b34328765b3863e47f0c7fb51a Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu Apr 13 15:52:58 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Apr 18 13:36:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79854815
app-admin/su-exec: EAPI8 bump Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30583 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-admin/su-exec/su-exec-0.2.ebuild | 4 ++-- 1 file 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
