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 0D6E81396DB for ; Sat, 14 Oct 2017 15:13:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31A302BC079; Sat, 14 Oct 2017 15:13:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 14ED62BC07B for ; Sat, 14 Oct 2017 15:13:08 +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 91BC433BEB4 for ; Sat, 14 Oct 2017 15:13:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A9A631D for ; Sat, 14 Oct 2017 15:13:06 +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: <1507993575.17961ffa4f36a2f0d28ecdf78420bfde1ecc4149.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/fraqtive/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/fraqtive/fraqtive-0.4.8.ebuild X-VCS-Directories: x11-misc/fraqtive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 17961ffa4f36a2f0d28ecdf78420bfde1ecc4149 X-VCS-Branch: master Date: Sat, 14 Oct 2017 15:13:06 +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: 910e43ef-85d2-4831-9510-d5abe6a10eef X-Archives-Hash: 56c56bb7104c787089eb445d3ff75b35 commit: 17961ffa4f36a2f0d28ecdf78420bfde1ecc4149 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 14 12:39:38 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 14 15:06:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17961ffa x11-misc/fraqtive: Drop USE=qt5 Gentoo-bug: 631884 Package-Manager: Portage-2.3.11, Repoman-2.3.3 x11-misc/fraqtive/fraqtive-0.4.8.ebuild | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/x11-misc/fraqtive/fraqtive-0.4.8.ebuild b/x11-misc/fraqtive/fraqtive-0.4.8.ebuild index 5c0a787ab56..a97d45c95d5 100644 --- a/x11-misc/fraqtive/fraqtive-0.4.8.ebuild +++ b/x11-misc/fraqtive/fraqtive-0.4.8.ebuild @@ -5,25 +5,18 @@ EAPI=5 inherit eutils gnome2-utils qmake-utils toolchain-funcs DESCRIPTION="an open source, multi-platform generator of the Mandelbrot family fractals" -HOMEPAGE="http://fraqtive.mimec.org/" +HOMEPAGE="https://fraqtive.mimec.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="qt5 cpu_flags_x86_sse2" +IUSE="cpu_flags_x86_sse2" RDEPEND=" - !qt5? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtopengl:4 - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtopengl:5 - ) + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtopengl:5 virtual/glu " DEPEND=" @@ -49,11 +42,7 @@ src_configure() { # Don't strip wrt #252096 echo "QMAKE_STRIP =" >> "${S}"/config.pri - if use qt5; then - eqmake5 - else - eqmake4 - fi + eqmake5 } src_install() {