From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 431BE1393E9 for ; Tue, 27 May 2014 22:59:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8152DE08A0; Tue, 27 May 2014 22:59:34 +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 E0E95E089F for ; Tue, 27 May 2014 22:59:33 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0D4733FC50 for ; Tue, 27 May 2014 22:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9DC13182D4 for ; Tue, 27 May 2014 22:59:31 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1401230200.f096b03059faa341f7c16dc3825cdf235c80fefe.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qthelp/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qthelp/qthelp-4.8.9999.ebuild X-VCS-Directories: dev-qt/qthelp/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: f096b03059faa341f7c16dc3825cdf235c80fefe X-VCS-Branch: master Date: Tue, 27 May 2014 22:59:31 +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: 84187117-76a7-4ddc-8751-0784521caaa9 X-Archives-Hash: c9f8c1598434834456cfacf55e95d903 commit: f096b03059faa341f7c16dc3825cdf235c80fefe Author: Davide Pesavento gentoo org> AuthorDate: Tue May 27 22:36:40 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue May 27 22:36:40 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f096b030 [dev-qt/qthelp:4] Remove obsolete workaround. It was needed to build the assistant binary, which is now in a separate package. Package-Manager: portage-2.2.10 --- dev-qt/qthelp/qthelp-4.8.9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-qt/qthelp/qthelp-4.8.9999.ebuild b/dev-qt/qthelp/qthelp-4.8.9999.ebuild index 3e4ec00..e9aa312 100644 --- a/dev-qt/qthelp/qthelp-4.8.9999.ebuild +++ b/dev-qt/qthelp/qthelp-4.8.9999.ebuild @@ -91,10 +91,6 @@ src_configure() { } src_compile() { - # help libQtHelp find freshly built libQtCLucene (bug #289811) - export LD_LIBRARY_PATH="${S}/lib:${QT4_LIBDIR}" - export DYLD_LIBRARY_PATH="${S}/lib:${S}/lib/QtHelp.framework" - qt4-build-multilib_src_compile # ugly hack to build docs