diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-02 01:20:18 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-02 01:21:28 -0800 |
commit | 7f3cbd238569e5f65694af0f7a81f84e02ea0bdc (patch) | |
tree | 2d42394a3a33660f5da6c8186d556e1d7b103df8 /net-ftp/filezilla | |
parent | dev-libs/libfilezilla: keyword on ~ppc64 (diff) | |
download | gentoo-7f3cbd238569e5f65694af0f7a81f84e02ea0bdc.tar.gz gentoo-7f3cbd238569e5f65694af0f7a81f84e02ea0bdc.tar.bz2 gentoo-7f3cbd238569e5f65694af0f7a81f84e02ea0bdc.zip |
net-ftp/filezilla: keyword on ~ppc64
Closes: https://bugs.gentoo.org/707518
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'net-ftp/filezilla')
-rw-r--r-- | net-ftp/filezilla/filezilla-3.46.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/filezilla/filezilla-3.46.3.ebuild b/net-ftp/filezilla/filezilla-3.46.3.ebuild index cd36d5e5cd86..8a3e44f5cd6f 100644 --- a/net-ftp/filezilla/filezilla-3.46.3.ebuild +++ b/net-ftp/filezilla/filezilla-3.46.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SRC_URI="https://download.filezilla-project.org/client/${MY_P}_src.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" IUSE="dbus nls test" # pugixml 1.7 minimal dependency is for c++11 proper configuration |