diff options
-rw-r--r-- | net-im/neochat/neochat-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/neochat/neochat-1.2.0.ebuild b/net-im/neochat/neochat-1.2.0.ebuild index 79151e390d1f..357579f37efd 100644 --- a/net-im/neochat/neochat-1.2.0.ebuild +++ b/net-im/neochat/neochat-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ HOMEPAGE="https://apps.kde.org/neochat/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~ppc64" + KEYWORDS="~amd64 ~arm64 ~ppc64" fi LICENSE="GPL-3" |