commit: c11205ed643edcc2a47dab068e6933a4dfd0e43f Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Jul 12 23:38:20 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Jul 12 23:54:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c11205ed
x11-base/xwayland: Port to EAPI=8 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-base/xwayland/xwayland-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-base/xwayland/xwayland-9999.ebuild b/x11-base/xwayland/xwayland-9999.ebuild index 50b847ca3553..beed9ee6c40c 100644 --- a/x11-base/xwayland/xwayland-9999.ebuild +++ b/x11-base/xwayland/xwayland-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson
