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 971E11396D0 for ; Mon, 9 Oct 2017 14:34:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DA5CE083E; Mon, 9 Oct 2017 14:34:05 +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 7A7FEE083E for ; Mon, 9 Oct 2017 14:34:05 +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 6B40633BF0F for ; Mon, 9 Oct 2017 14:34:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10ADA8F66 for ; Mon, 9 Oct 2017 14:34:03 +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: <1507559625.70b4d5dc85ff5079a2a805c6b3d8dc689dec8b9d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/porthole/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/porthole/porthole-0.6.1-r4.ebuild X-VCS-Directories: app-portage/porthole/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 70b4d5dc85ff5079a2a805c6b3d8dc689dec8b9d X-VCS-Branch: master Date: Mon, 9 Oct 2017 14:34:03 +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: 2ab30495-7674-4ded-aacc-7c7e21d3dac3 X-Archives-Hash: 32512f7ffe12dcf38d74ce9eff446e3e commit: 70b4d5dc85ff5079a2a805c6b3d8dc689dec8b9d Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Oct 9 14:33:45 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Oct 9 14:33:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b4d5dc app-portage/porthole: keyworded 0.6.1-r4 for ppc64, bug #633316 (thanks to ernsteiswuerfel) Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64" app-portage/porthole/porthole-0.6.1-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/porthole/porthole-0.6.1-r4.ebuild b/app-portage/porthole/porthole-0.6.1-r4.ebuild index 7245f9bfaaa..033b4f609fe 100644 --- a/app-portage/porthole/porthole-0.6.1-r4.ebuild +++ b/app-portage/porthole/porthole-0.6.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/porthole/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ppc sparc x86 ~x86-fbsd" +KEYWORDS="amd64 arm ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="nls" LANGS="de pl ru vi it fr tr" for X in $LANGS; do IUSE="${IUSE} linguas_${X}"; done