diff options
author | Sam James <sam@gentoo.org> | 2022-05-03 02:11:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-03 02:11:40 +0100 |
commit | d147379a7ee05e6733fd498c8e7cdcf5c1b61a2e (patch) | |
tree | 94bad4d5485ab9184bf80f0b0d9eae7ad3d05a81 /dev-libs/libxml2 | |
parent | media-video/ffmpeg: add 4.4.2 (diff) | |
download | gentoo-d147379a7ee05e6733fd498c8e7cdcf5c1b61a2e.tar.gz gentoo-d147379a7ee05e6733fd498c8e7cdcf5c1b61a2e.tar.bz2 gentoo-d147379a7ee05e6733fd498c8e7cdcf5c1b61a2e.zip |
dev-libs/libxml2: use EAPI 7
per base-system policy
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.9.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |