From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 55B97138350 for ; Sun, 2 Feb 2020 09:21:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B002E0843; Sun, 2 Feb 2020 09:21:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2371AE0843 for ; Sun, 2 Feb 2020 09:21:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA4C034E4EA for ; Sun, 2 Feb 2020 09:21:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EDAA17 for ; Sun, 2 Feb 2020 09:21:51 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1580635287.be510a3e19f4619ffd15b50239be00d53aae65d5.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfilezilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfilezilla/libfilezilla-0.19.3.ebuild X-VCS-Directories: dev-libs/libfilezilla/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: be510a3e19f4619ffd15b50239be00d53aae65d5 X-VCS-Branch: master Date: Sun, 2 Feb 2020 09:21:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 83febccf-4e8a-4080-826d-775e0afd4264 X-Archives-Hash: 97f83ca2ad4ef45649dfc7a14678847f commit: be510a3e19f4619ffd15b50239be00d53aae65d5 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Feb 2 09:19:27 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Feb 2 09:21:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be510a3e 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 gentoo.org> dev-libs/libfilezilla/libfilezilla-0.19.3.ebuild | 4 ++-- 1 file 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 349925b74a3..a34d1285509 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 )"