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 7FC00139082 for ; Thu, 30 Nov 2017 22:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EADCCE0D1C; Thu, 30 Nov 2017 22:14:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C8CDFE0D1C for ; Thu, 30 Nov 2017 22:14:17 +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 64D4B3416BE for ; Thu, 30 Nov 2017 22:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 967B6AD3D for ; Thu, 30 Nov 2017 22:14:14 +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: <1512079960.4647d7f3e3788740b97d0a83a7e900f79814610a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qimageblitz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild X-VCS-Directories: media-libs/qimageblitz/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4647d7f3e3788740b97d0a83a7e900f79814610a X-VCS-Branch: master Date: Thu, 30 Nov 2017 22:14: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: f1a4cc87-6bf9-403e-8f71-20a8bbef5bd5 X-Archives-Hash: f762914ec901278fb8f5a83cf34d8e26 commit: 4647d7f3e3788740b97d0a83a7e900f79814610a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 19 20:05:44 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 30 22:12:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4647d7f3 media-libs/qimageblitz: Drop USE=qt5 Package-Manager: Portage-2.3.14, Repoman-2.3.6 .../qimageblitz/qimageblitz-0.0.6_p20131029.ebuild | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild index 77f2455adfc..90763d078dd 100644 --- a/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild +++ b/media-libs/qimageblitz/qimageblitz-0.0.6_p20131029.ebuild @@ -12,18 +12,12 @@ SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz" LICENSE="GPL-2 LGPL-2" KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" SLOT="0" -IUSE="altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 debug qt5" +IUSE="altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 debug" DEPEND=" - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - ) - !qt5? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - ) + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 " RDEPEND="${DEPEND}" @@ -31,7 +25,7 @@ PATCHES=( "${FILESDIR}/${P}-gcc.patch" ) src_configure() { local mycmakeargs=( - -DQT4_BUILD=$(usex !qt5) + -DQT4_BUILD=OFF -DHAVE_3DNOW=$(usex cpu_flags_x86_3dnow) -DHAVE_MMX=$(usex cpu_flags_x86_mmx) -DHAVE_SSE=$(usex cpu_flags_x86_sse)