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 AF173138330 for ; Sat, 1 Oct 2016 14:33:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2900E08C5; Sat, 1 Oct 2016 14:33:43 +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 C5F3EE08C5 for ; Sat, 1 Oct 2016 14:33:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0102434135B for ; Sat, 1 Oct 2016 14:33:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 948D32497 for ; Sat, 1 Oct 2016 14:33:40 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1475332416.3a898ae590fe69cf1eaeea2112bbf10c336abf6b.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsingleapplication/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild X-VCS-Directories: dev-qt/qtsingleapplication/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 3a898ae590fe69cf1eaeea2112bbf10c336abf6b X-VCS-Branch: master Date: Sat, 1 Oct 2016 14:33:40 +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: 0d616a84-471e-40f5-8237-3e4049dba371 X-Archives-Hash: 35f09778e143135db58f4660242d2df4 commit: 3a898ae590fe69cf1eaeea2112bbf10c336abf6b Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 1 14:33:13 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 1 14:33:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a898ae5 dev-qt/qtsingleapplication: Stable for HPPA (bug #554806). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild index 643015c..f297045 100644 --- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild +++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.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$ @@ -14,7 +14,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 X" REQUIRED_USE="|| ( qt4 qt5 )"