commit: d147379a7ee05e6733fd498c8e7cdcf5c1b61a2e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 3 01:11:40 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 3 01:11:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d147379a
dev-libs/libxml2: use EAPI 7 per base-system policy Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/libxml2/libxml2-2.9.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libxml2/libxml2-2.9.14.ebuild b/dev-libs/libxml2/libxml2-2.9.14.ebuild index 847a7c331d40..875d232e2d43 100644 --- a/dev-libs/libxml2/libxml2-2.9.14.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.14.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 # Note: Please bump in sync with dev-libs/libxslt
