From ec28659f0128d94fc300554984e671f98316b5f8 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Sun, 27 Feb 2022 15:25:12 +0200 Subject: net-irc/ii: update EAPI 7 -> 8 on 1.9 Signed-off-by: Joonas Niilola --- net-irc/ii/ii-1.9.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-irc/ii/ii-1.9.ebuild b/net-irc/ii/ii-1.9.ebuild index 51bf246848f4..77398ef92d7e 100644 --- a/net-irc/ii/ii-1.9.ebuild +++ b/net-irc/ii/ii-1.9.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + inherit toolchain-funcs DESCRIPTION="A minimalist FIFO and filesystem-based IRC client" @@ -19,7 +20,7 @@ src_prepare() { -e '/^CFLAGS/{s: -Os::g; s:= :+= :g}' \ -e 's|doc|doc/${PF}|' config.mk || die - sed -i -e 's|(DOCPREFIX)/ii|(DOCPREFIX)|' Makefile || die + sed -i -e 's|(DOCPREFIX)/ii|(DOCPREFIX)|' Makefile || die } src_compile() { -- cgit v1.2.3-65-gdbad