diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-02-11 13:53:16 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-02-11 13:54:05 -0800 |
commit | bc8641c28a40e6608110ec980d5889ccba3f46dc (patch) | |
tree | 0965674833123012dd46148fff69e9814d7c47cf /dev-libs | |
parent | x11-misc/i855crt: drop project desktop-misc (diff) | |
download | gentoo-bc8641c28a40e6608110ec980d5889ccba3f46dc.tar.gz gentoo-bc8641c28a40e6608110ec980d5889ccba3f46dc.tar.bz2 gentoo-bc8641c28a40e6608110ec980d5889ccba3f46dc.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/glib/glib-2.70.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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} ) |