diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-03-03 19:58:41 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-03-03 19:58:41 -0500 |
commit | ace55e6f790f9dd5db300005f449ac4c8c52be5c (patch) | |
tree | beb33e4a69142014e8c3058c9a56d9d1252249d2 /x11-apps/bitmap | |
parent | x11-apps/xsm: Version bump to 1.0.6 (diff) | |
download | gentoo-ace55e6f790f9dd5db300005f449ac4c8c52be5c.tar.gz gentoo-ace55e6f790f9dd5db300005f449ac4c8c52be5c.tar.bz2 gentoo-ace55e6f790f9dd5db300005f449ac4c8c52be5c.zip |
x11-apps/bitmap: EAPI=8
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/bitmap')
-rw-r--r-- | x11-apps/bitmap/bitmap-1.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-apps/bitmap/bitmap-1.1.1.ebuild b/x11-apps/bitmap/bitmap-1.1.1.ebuild index a0647c1bfb62..0c0212280ce8 100644 --- a/x11-apps/bitmap/bitmap-1.1.1.ebuild +++ b/x11-apps/bitmap/bitmap-1.1.1.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 XORG_TARBALL_SUFFIX=xz inherit xorg-3 |