commit:     ec28659f0128d94fc300554984e671f98316b5f8
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 13:25:12 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 13:29:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec28659f

net-irc/ii: update EAPI 7 -> 8 on 1.9

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 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() {

Reply via email to