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 EC7821383D3 for ; Tue, 1 Sep 2015 16:07:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FD0314217; Tue, 1 Sep 2015 16:07:30 +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 2316A14217 for ; Tue, 1 Sep 2015 16:07:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06A61340F92 for ; Tue, 1 Sep 2015 16:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACD2817E for ; Tue, 1 Sep 2015 16:07:27 +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: <1441123643.0e3678d3b7000790d00828ec51d6efb0512b01aa.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 0e3678d3b7000790d00828ec51d6efb0512b01aa X-VCS-Branch: master Date: Tue, 1 Sep 2015 16:07:27 +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: 2a7c2f5b-3595-4665-b1f9-2ea2b302065d X-Archives-Hash: 7d8c2dcee97927f179963f99542e2f2d commit: 0e3678d3b7000790d00828ec51d6efb0512b01aa Author: Markus Meier gentoo org> AuthorDate: Tue Sep 1 16:07:23 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Sep 1 16:07:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3678d3 dev-qt/qtsingleapplication: arm stable, bug #554806 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="arm" dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild index ff3e25c..1025d2c 100644 --- a/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild +++ b/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20150629.ebuild @@ -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 )"