Diff ii-2.0 with a ii-9999

/usr/portage/net-irc/ii/ii-9999.ebuild 2023-10-09 14:52:34.460368475 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit toolchain-funcs
6
inherit git-r3 toolchain-funcs
7 7

  
8 8
DESCRIPTION="A minimalist FIFO and filesystem-based IRC client"
9 9
HOMEPAGE="https://tools.suckless.org/ii/"
10
SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
10
EGIT_REPO_URI="https://git.suckless.org/ii"
11 11

  
12 12
LICENSE="MIT"
13 13
SLOT="0"
14
KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux"
15 14

  
16 15
src_compile() {
17 16
	emake CC="$(tc-getCC)"
Thank you!