diff options
author | Sam James <sam@gentoo.org> | 2024-04-30 06:53:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-30 06:53:41 +0100 |
commit | e53b139483d90cbc1aa84b8338ef466771c25a52 (patch) | |
tree | ab47c0a1946fcc99fa63444f2afc61e3885b4553 /net-irc | |
parent | sys-libs/glibc: skip tst-nice with nice 19 (diff) | |
download | gentoo-e53b139483d90cbc1aa84b8338ef466771c25a52.tar.gz gentoo-e53b139483d90cbc1aa84b8338ef466771c25a52.tar.bz2 gentoo-e53b139483d90cbc1aa84b8338ef466771c25a52.zip |
net-irc/irssi: Stabilize 1.4.5 arm, #930952
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/irssi/irssi-1.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/irssi/irssi-1.4.5.ebuild b/net-irc/irssi/irssi-1.4.5.ebuild index 40772b5198b3..59b7ef7fcc15 100644 --- a/net-irc/irssi/irssi-1.4.5.ebuild +++ b/net-irc/irssi/irssi-1.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ else MY_P="${P/_/-}" SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV/_/-}/${MY_P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="GPL-2" |