diff options
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ii/ii-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/ii/ii-2.0.ebuild b/net-irc/ii/ii-2.0.ebuild index e932246b3013..bae24dca9ffd 100644 --- a/net-irc/ii/ii-2.0.ebuild +++ b/net-irc/ii/ii-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux" src_compile() { emake CC="$(tc-getCC)" |