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 6FADF139083 for ; Thu, 21 Dec 2017 09:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FD3FE1168; Thu, 21 Dec 2017 09:24:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 50A5BE1168 for ; Thu, 21 Dec 2017 09:24:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0E8EC33C1EB for ; Thu, 21 Dec 2017 09:24:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99A6DAE8A for ; Thu, 21 Dec 2017 09:24:14 +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: <1513848240.94a1f5663b819d200b901f7d647fecff2a2d9270.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 94a1f5663b819d200b901f7d647fecff2a2d9270 X-VCS-Branch: master Date: Thu, 21 Dec 2017 09:24:14 +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: 4b67102e-28c4-4960-8b4b-78d5939c6add X-Archives-Hash: fbcb2ddbc0b9871c661b460a09d5f698 commit: 94a1f5663b819d200b901f7d647fecff2a2d9270 Author: Michael Palimaka gentoo org> AuthorDate: Thu Dec 21 09:22:26 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 21 09:24:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a1f566 dev-qt/qtsingleapplication: switch from qt4 to qt5 by default Closes: https://bugs.gentoo.org/641626 Package-Manager: Portage-2.3.14, Repoman-2.3.6 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 fb850dfd0ec..ef31d5dbc1c 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" -IUSE="doc +qt4 qt5 X" +IUSE="doc qt4 +qt5 X" REQUIRED_USE="|| ( qt4 qt5 )"