diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-04-29 15:30:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-30 00:07:10 +0200 |
commit | 429468a11ecc5136cb4df3b7a53ad5606791f27d (patch) | |
tree | 7bbcc0a4e14deae65169b8a329c3a826276d8c4f /sys-fs | |
parent | sys-auth/oath-toolkit: drop 2.6.2-r3, EAPI-6-- (diff) | |
download | gentoo-429468a11ecc5136cb4df3b7a53ad5606791f27d.tar.gz gentoo-429468a11ecc5136cb4df3b7a53ad5606791f27d.tar.bz2 gentoo-429468a11ecc5136cb4df3b7a53ad5606791f27d.zip |
sys-fs/dmg2img: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30805
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild b/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild index c503f486c0fc..b227b97b3155 100644 --- a/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild +++ b/sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit toolchain-funcs DESCRIPTION="Converts Apple DMG files to standard HFS+ images" |