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 C7E631382C5 for ; Sun, 6 May 2018 18:21:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E865EE090F; Sun, 6 May 2018 18:21:18 +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 C4B4EE090F for ; Sun, 6 May 2018 18:21:18 +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 6743C335C88 for ; Sun, 6 May 2018 18:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBE3D40 for ; Sun, 6 May 2018 18:21:15 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1525630849.e194190dc417b44d25ec8bddf10b76f5c175a2b7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlockedfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild X-VCS-Directories: dev-qt/qtlockedfile/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e194190dc417b44d25ec8bddf10b76f5c175a2b7 X-VCS-Branch: master Date: Sun, 6 May 2018 18:21:15 +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: bb9be324-a894-4109-ab31-3c6d385b3f3e X-Archives-Hash: 7c2b2c27d1f482f1537c3ed3414b65a6 commit: e194190dc417b44d25ec8bddf10b76f5c175a2b7 Author: Matt Turner gentoo org> AuthorDate: Sun May 6 18:20:49 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 6 18:20:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e194190d dev-qt/qtlockedfile: Dropped to ~ppc/~ppc64, bug 653986 dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild index 1e6876a92da..0ce3afe1772 100644 --- a/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild +++ b/dev-qt/qtlockedfile/qtlockedfile-2.4.1_p20150629.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz" LICENSE="|| ( LGPL-2.1 GPL-3 )" SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc ppc64 x86" +KEYWORDS="amd64 arm ~hppa ~ppc ~ppc64 x86" IUSE="doc qt4 +qt5" REQUIRED_USE="|| ( qt4 qt5 )"