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 5905C139085 for ; Thu, 26 Jan 2017 11:37:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68712234017; Thu, 26 Jan 2017 11:37:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 48968234017 for ; Thu, 26 Jan 2017 11:37:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C630034163E for ; Thu, 26 Jan 2017 11:37:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F00743035 for ; Thu, 26 Jan 2017 11:37:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1485430615.3fdec5c3e5584862fd5f6528a3375bcc4c4a33b0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwtpolar/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild X-VCS-Directories: x11-libs/qwtpolar/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3fdec5c3e5584862fd5f6528a3375bcc4c4a33b0 X-VCS-Branch: master Date: Thu, 26 Jan 2017 11:37:23 +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: 66fa7131-4d6c-4d75-a01f-308de0b871e1 X-Archives-Hash: afaa852324a36e48ed1597bfbf47bd7f commit: 3fdec5c3e5584862fd5f6528a3375bcc4c4a33b0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 25 21:45:55 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 26 11:36:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fdec5c3 x11-libs/qwtpolar: Switch on qt4 by default for REQUIRED_USE Currently there are no rdeps using qt5. Package-Manager: portage-2.3.3 x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild b/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild index 3bc8857..4318148 100644 --- a/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild +++ b/x11-libs/qwtpolar/qwtpolar-1.1.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="qwt" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="qt4 qt5" +IUSE="+qt4 qt5" REQUIRED_USE="^^ ( qt4 qt5 )"