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 45AE91397D9 for ; Sun, 16 Aug 2015 21:31:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE3A814231; Sun, 16 Aug 2015 21:30:59 +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 469FF14231 for ; Sun, 16 Aug 2015 21:30:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03851340A26 for ; Sun, 16 Aug 2015 21:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83F48147 for ; Sun, 16 Aug 2015 21:30:53 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1439760802.a54b6c9370fc967f100ea669763b9b9387061425.johu@gentoo> Subject: [gentoo-commits] dev/johu:master commit in: net-irc/quassel/ X-VCS-Repository: dev/johu X-VCS-Files: net-irc/quassel/quassel-9999.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a54b6c9370fc967f100ea669763b9b9387061425 X-VCS-Branch: master Date: Sun, 16 Aug 2015 21:30:53 +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: 799e54cd-d2ee-4544-abac-8292aee27976 X-Archives-Hash: 523bc33e9854a1bd116071d595255cca commit: a54b6c9370fc967f100ea669763b9b9387061425 Author: Johannes Huber gentoo org> AuthorDate: Sun Aug 16 21:33:22 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Aug 16 21:33:22 2015 +0000 URL: https://gitweb.gentoo.org/dev/johu.git/commit/?id=a54b6c93 net-irc/quassel: Sync with tree Package-Manager: portage-2.2.20.1 net-irc/quassel/quassel-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 9ce915c..884fd4b 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -136,7 +136,8 @@ src_configure() { $(cmake-utils_use_want server CORE) $(cmake-utils_use_with webkit) $(cmake-utils_use_want X QTCLIENT) - "-DEMBED_DATA=OFF" + -DEMBED_DATA=OFF + -DCMAKE_SKIP_RPATH=ON ) # Something broke upstream detection since Qt 5.5