Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
Date: Sat, 05 Sep 2020 00:35:47
Message-Id: 1599266127.19cbf398e6b7cbcba567476283ac74f58416590a.sam@gentoo
1 commit: 19cbf398e6b7cbcba567476283ac74f58416590a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 00:35:27 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 00:35:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19cbf398
7
8 net-libs/gloox: arm64 keyworded (bug #730888)
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-libs/gloox/gloox-1.0.22.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/gloox/gloox-1.0.22.ebuild b/net-libs/gloox/gloox-1.0.22.ebuild
17 index bf7eb1980c8..683420569f6 100644
18 --- a/net-libs/gloox/gloox-1.0.22.ebuild
19 +++ b/net-libs/gloox/gloox-1.0.22.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -10,7 +10,7 @@ SRC_URI="https://camaya.net/download/${MY_P}.tar.bz2"
27
28 LICENSE="GPL-3"
29 SLOT="0/17"
30 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
31 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
32 IUSE="debug gnutls idn libressl ssl static-libs test zlib"
33
34 DEPEND="idn? ( net-dns/libidn:= )