diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-11-05 12:22:42 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-11-05 12:27:23 -0500 |
commit | 9570a514ded04d8535f23286116295e7b1a1ff6f (patch) | |
tree | 6932aaec8504e429ebc23fa52ed2182e808ca546 /x11-libs | |
parent | x11-libs/pixman: Drop USE=iwmmxt (diff) | |
download | gentoo-9570a514ded04d8535f23286116295e7b1a1ff6f.tar.gz gentoo-9570a514ded04d8535f23286116295e7b1a1ff6f.tar.bz2 gentoo-9570a514ded04d8535f23286116295e7b1a1ff6f.zip |
x11-libs/pixman: Bump to EAPI=8
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/pixman/pixman-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild index 911874557ebf..456ea42b8574 100644 --- a/x11-libs/pixman/pixman-9999.ebuild +++ b/x11-libs/pixman/pixman-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 EGIT_REPO_URI="https://gitlab.freedesktop.org/pixman/pixman.git" |