From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1052355-garchives=archives.gentoo.org@lists.gentoo.org> 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 A92AB138334 for <garchives@archives.gentoo.org>; Tue, 16 Oct 2018 13:08:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFA74E08E0; Tue, 16 Oct 2018 13:08: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 B1D81E08E0 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Oct 2018 13:08: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 C8B86335CF3 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Oct 2018 13:08:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81025454 for <gentoo-commits@lists.gentoo.org>; Tue, 16 Oct 2018 13:08:00 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" <zlogene@gentoo.org> Message-ID: <1539695123.4b4e17206e74d2e5afe48853d6bed30f87d24f9a.zlogene@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.13.0-r1.ebuild X-VCS-Directories: x11-misc/pcmanfm-qt/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4b4e17206e74d2e5afe48853d6bed30f87d24f9a X-VCS-Branch: master Date: Tue, 16 Oct 2018 13:08:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb70188c-ed78-42e5-af22-26935c76f9fc X-Archives-Hash: e0be3317dc5d268a2cc5db3559aedc9d commit: 4b4e17206e74d2e5afe48853d6bed30f87d24f9a Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Tue Oct 16 13:05:23 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Tue Oct 16 13:05:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4e1720 x11-misc/pcmanfm-qt: amd64 stable wrt bug #664568 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 x11-misc/pcmanfm-qt/pcmanfm-qt-0.13.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.13.0-r1.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.13.0-r1.ebuild index 3c0eff8e3ba..ee4484dfa0d 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-0.13.0-r1.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-qt-0.13.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="Fast lightweight tabbed filemanager (Qt port)"