app-arch/lcab: port to EAPI=7
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 21 Mar 2020 19:34:16 +0000 (22:34 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 21 Mar 2020 19:34:16 +0000 (22:34 +0300)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
app-arch/lcab/lcab-1.0_beta12.ebuild

index c9cc63e792b5d00c3c5c882498f29ef8f851736b..27fe02473de4d22480ec2c183ccf773f2468058b 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=7
 
 inherit autotools
 
@@ -15,11 +15,11 @@ SRC_URI="ftp://mirror.ohnopub.net/mirror/${MY_P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
+       default
        sed -i "s:1.0b11:${MY_PV}:" mytypes.h || die
        eautoreconf
 }