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 0EBA759CA3 for ; Tue, 8 Mar 2016 12:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91FA0E0712; Tue, 8 Mar 2016 12:25:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 285AFE0384 for ; Tue, 8 Mar 2016 12:25:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C66FE340B57 for ; Tue, 8 Mar 2016 12:25:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49A281BA0 for ; Tue, 8 Mar 2016 12:25:41 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1457439928.98d3caa34802957659c1ac241bc267f07886e0ba.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/pcmanfm-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild X-VCS-Directories: x11-misc/pcmanfm-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 98d3caa34802957659c1ac241bc267f07886e0ba X-VCS-Branch: master Date: Tue, 8 Mar 2016 12:25:41 +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: 04c4b41e-c0dd-4d4d-91df-f8df59afb93c X-Archives-Hash: 9fdc6029f08dd18eae58ec5674522858 commit: 98d3caa34802957659c1ac241bc267f07886e0ba Author: Michael Palimaka gentoo org> AuthorDate: Tue Mar 8 12:15:38 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Mar 8 12:25:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d3caa3 x11-misc/pcmanfm-qt: restore ~arm and ~arm64 keywords Package-Manager: portage-2.2.27 x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild index 16f804b..38bd137 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="Fast lightweight tabbed filemanager (Qt port)"