commit: bc8641c28a40e6608110ec980d5889ccba3f46dc Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Feb 11 21:53:16 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Feb 11 21:54:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8641c2
dev-libs/glib: Drop to EAPI=7 xdg.eclass only exports src_prepare in EAPI < 8. Closes: https://bugs.gentoo.org/833143 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-libs/glib/glib-2.70.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/glib/glib-2.70.4.ebuild b/dev-libs/glib/glib-2.70.4.ebuild index 5d6683217b80..49fab3db4863 100644 --- a/dev-libs/glib/glib-2.70.4.ebuild +++ b/dev-libs/glib/glib-2.70.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 PYTHON_REQ_USE="xml" PYTHON_COMPAT=( python3_{8..10} )
