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 CB76F1396D0 for ; Sat, 16 Sep 2017 22:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C2AD1FC153; Sat, 16 Sep 2017 22:02:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0044C1FC153 for ; Sat, 16 Sep 2017 22:02:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D61D13416A4 for ; Sat, 16 Sep 2017 22:02:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7508C906C for ; Sat, 16 Sep 2017 22:02:49 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1505599357.0d9fa33465c9383d281945e18a6e8ee1d1ad99d1.slyfox@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.9.1.ebuild X-VCS-Directories: dev-libs/libfilezilla/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0d9fa33465c9383d281945e18a6e8ee1d1ad99d1 X-VCS-Branch: master Date: Sat, 16 Sep 2017 22:02:49 +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-Archives-Salt: 5c4d437a-66a4-4ae5-8dd3-30a7d6cf9636 X-Archives-Hash: 4fcbc8e1bed3ed0897be301089909887 commit: 0d9fa33465c9383d281945e18a6e8ee1d1ad99d1 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Sep 16 22:02:37 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 16 22:02:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d9fa334 dev-libs/libfilezilla: keyworded 0.9.1 for ppc, bug #571888 Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc" dev-libs/libfilezilla/libfilezilla-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libfilezilla/libfilezilla-0.9.1.ebuild b/dev-libs/libfilezilla/libfilezilla-0.9.1.ebuild index 1e6cdf9b3fa..26d14b20ef9 100644 --- a/dev-libs/libfilezilla/libfilezilla-0.9.1.ebuild +++ b/dev-libs/libfilezilla/libfilezilla-0.9.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/filezilla/${P}.tar.bz2 LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc x86" IUSE="test" RDEPEND=""