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 16D3F139695 for ; Sun, 26 Mar 2017 09:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EF0B21C04E; Sun, 26 Mar 2017 09:49:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1415221C04E for ; Sun, 26 Mar 2017 09:49:33 +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 DA2DB341659 for ; Sun, 26 Mar 2017 09:49:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3DD970B7 for ; Sun, 26 Mar 2017 09:49:31 +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: <1490521213.42f9dec3f816d75bed4b4a0421f93f00452924cd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/psi/psi-0.15.ebuild X-VCS-Directories: net-im/psi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 42f9dec3f816d75bed4b4a0421f93f00452924cd X-VCS-Branch: master Date: Sun, 26 Mar 2017 09:49: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: ed4068f8-b865-4c0d-95de-6688b7ab1d1e X-Archives-Hash: 7cfafee4baa7b5865efde4e6ae8a1e89 commit: 42f9dec3f816d75bed4b4a0421f93f00452924cd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 26 09:40:13 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 26 09:40:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f9dec3 net-im/psi: Configure with --no-separate-debug-info Gentoo-bug: 575668 Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-im/psi/psi-0.15.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/psi/psi-0.15.ebuild b/net-im/psi/psi-0.15.ebuild index 2c60b4f0e87..7f771ecfb55 100644 --- a/net-im/psi/psi-0.15.ebuild +++ b/net-im/psi/psi-0.15.ebuild @@ -64,6 +64,7 @@ src_configure() { --prefix=/usr --qtdir=/usr --disable-growl + --no-separate-debug-info $(use dbus || echo '--disable-qdbus') $(use debug && echo '--debug') $(use spell || echo '--disable-aspell')