From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 38BD11384B4 for ; Thu, 26 Nov 2015 19:30:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B523F21C05F; Thu, 26 Nov 2015 19:30:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EF3D21C05F for ; Thu, 26 Nov 2015 19:30:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FE2333E5E4 for ; Thu, 26 Nov 2015 19:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9353699D for ; Thu, 26 Nov 2015 19:30:06 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1448566191.99b6a25f1881b94c68d6c0d24a2d133c23f19fe3.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 99b6a25f1881b94c68d6c0d24a2d133c23f19fe3 X-VCS-Branch: master Date: Thu, 26 Nov 2015 19:30:06 +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: 34cdb943-28b1-4b38-876f-75684c1f11ca X-Archives-Hash: 0753bd4a50a8bee2b2dca4a2510df7ba commit: 99b6a25f1881b94c68d6c0d24a2d133c23f19fe3 Author: Markus Meier gentoo org> AuthorDate: Thu Nov 26 19:29:51 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu Nov 26 19:29:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b6a25f app-portage/porthole: arm stable, bug #565666 Package-Manager: portage-2.2.25 RepoMan-Options: --include-arches="arm" app-portage/porthole/porthole-0.6.1-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/porthole/porthole-0.6.1-r4.ebuild b/app-portage/porthole/porthole-0.6.1-r4.ebuild index 5c7f115..d72b76f 100644 --- a/app-portage/porthole/porthole-0.6.1-r4.ebuild +++ b/app-portage/porthole/porthole-0.6.1-r4.ebuild @@ -15,7 +15,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 ~sparc x86 ~x86-fbsd" IUSE="nls" LANGS="de pl ru vi it fr tr" for X in $LANGS; do IUSE="${IUSE} linguas_${X}"; done