diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-02 01:19:27 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-02 01:21:27 -0800 |
commit | be510a3e19f4619ffd15b50239be00d53aae65d5 (patch) | |
tree | 62720fcc83800588addab32b2d0369b4d52ca4a3 /dev-libs | |
parent | dev-ruby/ruby-odbc: add ruby27, fix dohtml usage (diff) | |
download | gentoo-be510a3e19f4619ffd15b50239be00d53aae65d5.tar.gz gentoo-be510a3e19f4619ffd15b50239be00d53aae65d5.tar.bz2 gentoo-be510a3e19f4619ffd15b50239be00d53aae65d5.zip |
dev-libs/libfilezilla: keyword on ~ppc64
Bug: 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 'dev-libs')
-rw-r--r-- | dev-libs/libfilezilla/libfilezilla-0.19.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libfilezilla/libfilezilla-0.19.3.ebuild b/dev-libs/libfilezilla/libfilezilla-0.19.3.ebuild index 349925b74a35..a34d12855098 100644 --- a/dev-libs/libfilezilla/libfilezilla-0.19.3.ebuild +++ b/dev-libs/libfilezilla/libfilezilla-0.19.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=7 @@ -10,7 +10,7 @@ SRC_URI="https://download.filezilla-project.org/${PN}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0/3" # libfilezilla .so version -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |