Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/
Date: Mon, 07 Feb 2022 06:32:16
Message-Id: 1644215475.923eaeee8801c685e29544b6550a4c3de545c52c.sam@gentoo
1 commit: 923eaeee8801c685e29544b6550a4c3de545c52c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 06:31:15 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 06:31:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=923eaeee
7
8 dev-libs/libfilezilla: Keyword 0.35.0 arm64, #832698
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libfilezilla/libfilezilla-0.35.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libfilezilla/libfilezilla-0.35.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.35.0.ebuild
16 index 4652d201fefd..785d5e9fa7d6 100644
17 --- a/dev-libs/libfilezilla/libfilezilla-0.35.0.ebuild
18 +++ b/dev-libs/libfilezilla/libfilezilla-0.35.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=8
25 @@ -10,7 +10,7 @@ SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
26
27 LICENSE="GPL-2+"
28 SLOT="0/23" # libfilezilla.so version
29 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
30 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
31 IUSE="test"
32
33 RESTRICT="!test? ( test )"