Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ii/
Date: Sun, 27 Feb 2022 13:30:01
Message-Id: 1645968595.ec28659f0128d94fc300554984e671f98316b5f8.juippis@gentoo
1 commit: ec28659f0128d94fc300554984e671f98316b5f8
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 13:25:12 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 13:29:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec28659f
7
8 net-irc/ii: update EAPI 7 -> 8 on 1.9
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 net-irc/ii/ii-1.9.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/net-irc/ii/ii-1.9.ebuild b/net-irc/ii/ii-1.9.ebuild
16 index 51bf246848f4..77398ef92d7e 100644
17 --- a/net-irc/ii/ii-1.9.ebuild
18 +++ b/net-irc/ii/ii-1.9.ebuild
19 @@ -1,7 +1,8 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25 +
26 inherit toolchain-funcs
27
28 DESCRIPTION="A minimalist FIFO and filesystem-based IRC client"
29 @@ -19,7 +20,7 @@ src_prepare() {
30 -e '/^CFLAGS/{s: -Os::g; s:= :+= :g}' \
31 -e 's|doc|doc/${PF}|' config.mk || die
32
33 - sed -i -e 's|(DOCPREFIX)/ii|(DOCPREFIX)|' Makefile || die
34 + sed -i -e 's|(DOCPREFIX)/ii|(DOCPREFIX)|' Makefile || die
35 }
36
37 src_compile() {