Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/
Date: Sun, 02 Feb 2020 09:21:56
Message-Id: 1580635287.be510a3e19f4619ffd15b50239be00d53aae65d5.gyakovlev@gentoo
1 commit: be510a3e19f4619ffd15b50239be00d53aae65d5
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 09:19:27 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 09:21:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be510a3e
7
8 dev-libs/libfilezilla: keyword on ~ppc64
9
10 Bug: https://bugs.gentoo.org/707518
11 Package-Manager: Portage-2.3.87, Repoman-2.3.20
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 dev-libs/libfilezilla/libfilezilla-0.19.3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/libfilezilla/libfilezilla-0.19.3.ebuild b/dev-libs/libfilezilla/libfilezilla-0.19.3.ebuild
18 index 349925b74a3..a34d1285509 100644
19 --- a/dev-libs/libfilezilla/libfilezilla-0.19.3.ebuild
20 +++ b/dev-libs/libfilezilla/libfilezilla-0.19.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -10,7 +10,7 @@ SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2"
28
29 LICENSE="GPL-2+"
30 SLOT="0/3" # libfilezilla .so version
31 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
32 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
33 IUSE="test"
34
35 RESTRICT="!test? ( test )"