Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/neochat/
Date: Fri, 13 May 2022 10:50:01
Message-Id: 1652438980.012c350ee90203a175f7ed85313bf594e7a4cfe5.jsmolic@gentoo
1 commit: 012c350ee90203a175f7ed85313bf594e7a4cfe5
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 10:49:40 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 10:49:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012c350e
7
8 net-im/neochat: Keyword 1.2.0 arm64, #839039
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-im/neochat/neochat-1.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-im/neochat/neochat-1.2.0.ebuild b/net-im/neochat/neochat-1.2.0.ebuild
16 index 79151e390d1f..357579f37efd 100644
17 --- a/net-im/neochat/neochat-1.2.0.ebuild
18 +++ b/net-im/neochat/neochat-1.2.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ HOMEPAGE="https://apps.kde.org/neochat/"
26
27 if [[ ${KDE_BUILD_TYPE} = release ]]; then
28 SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
29 - KEYWORDS="~amd64 ~ppc64"
30 + KEYWORDS="~amd64 ~arm64 ~ppc64"
31 fi
32
33 LICENSE="GPL-3"