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 BD1C11384B4 for ; Sun, 27 Dec 2015 17:28:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41DE2E07EC; Sun, 27 Dec 2015 17:28:23 +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 E05C3E07EC for ; Sun, 27 Dec 2015 17:28:22 +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 BD09D33BE19 for ; Sun, 27 Dec 2015 17:28:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6653732 for ; Sun, 27 Dec 2015 17:28:18 +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: <1451237288.668cb3f3e917f21fa774a1d750c88abafc2c2aaa.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/bibletime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/bibletime/bibletime-2.10.1-r1.ebuild app-text/bibletime/bibletime-2.10.1.ebuild X-VCS-Directories: app-text/bibletime/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 668cb3f3e917f21fa774a1d750c88abafc2c2aaa X-VCS-Branch: master Date: Sun, 27 Dec 2015 17:28:18 +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: 29d7789f-2125-44b9-acf2-ac61dab9beb4 X-Archives-Hash: 4421f6b2b8f1498ac62e223435e71d65 commit: 668cb3f3e917f21fa774a1d750c88abafc2c2aaa Author: Michael Palimaka gentoo org> AuthorDate: Sun Dec 27 17:27:12 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Dec 27 17:28:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668cb3f3 app-text/bibletime: fix build with USE="-qt5" Package-Manager: portage-2.2.26 .../bibletime/{bibletime-2.10.1.ebuild => bibletime-2.10.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/bibletime/bibletime-2.10.1.ebuild b/app-text/bibletime/bibletime-2.10.1-r1.ebuild similarity index 97% rename from app-text/bibletime/bibletime-2.10.1.ebuild rename to app-text/bibletime/bibletime-2.10.1-r1.ebuild index 61108f0..6325fa1 100644 --- a/app-text/bibletime/bibletime-2.10.1.ebuild +++ b/app-text/bibletime/bibletime-2.10.1-r1.ebuild @@ -62,7 +62,7 @@ src_configure() { -DUSE_QT_WEBKIT=ON ) if use !qt5; then - mycmakeargs+=(-DBT_FORCE_USE_QT4=) + mycmakeargs+=(-DBT_FORCE_USE_QT4=ON) fi cmake-utils_src_configure