From 8069cc8caf9dc391e1ded82a0fa837cc1db86304 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 21 Jun 2021 14:23:52 +0300 Subject: [PATCH] EAPI=4 is not supported -> =6 --- app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild b/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild index 03a6ff35..23a4acb8 100644 --- a/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild +++ b/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI="6" + inherit eutils toolchain-funcs DESCRIPTION="Alcohol 120% bin image to ISO image file converter"