diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-02-27 15:25:12 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-02-27 15:29:55 +0200 |
commit | ec28659f0128d94fc300554984e671f98316b5f8 (patch) | |
tree | 07e197d75a50277175535f09d9113a02067887bd | |
parent | net-irc/ii: version bump to 1.9 (diff) | |
download | gentoo-ec28659f0128d94fc300554984e671f98316b5f8.tar.gz gentoo-ec28659f0128d94fc300554984e671f98316b5f8.tar.bz2 gentoo-ec28659f0128d94fc300554984e671f98316b5f8.zip |
net-irc/ii: update EAPI 7 -> 8 on 1.9
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | net-irc/ii/ii-1.9.ebuild | 5 |
1 files 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() { |