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 15B741381F1 for ; Thu, 4 Jan 2018 15:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36F7EE0922; Thu, 4 Jan 2018 15:59:20 +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 14A53E0922 for ; Thu, 4 Jan 2018 15:59:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E5FD5335C03 for ; Thu, 4 Jan 2018 15:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7276E1D for ; Thu, 4 Jan 2018 15:59:16 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1515081532.c1bba173d7f558705b38481c79d95a7ab8e81ccc.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gle/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/gle/gle-4.2.5-r1.ebuild X-VCS-Directories: sci-visualization/gle/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: c1bba173d7f558705b38481c79d95a7ab8e81ccc X-VCS-Branch: master Date: Thu, 4 Jan 2018 15:59:16 +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: f36cb267-e25a-4ee1-b0a2-3244e88a02df X-Archives-Hash: a10c122db07b365f599dc5cf5722ffa4 commit: c1bba173d7f558705b38481c79d95a7ab8e81ccc Author: Andrey Grozin gentoo org> AuthorDate: Thu Jan 4 15:58:52 2018 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Thu Jan 4 15:58:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bba173 sci-visualization/gle: fix removing Qt4 gui Closes: https://bugs.gentoo.org/642562 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-visualization/gle/gle-4.2.5-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-visualization/gle/gle-4.2.5-r1.ebuild b/sci-visualization/gle/gle-4.2.5-r1.ebuild index 322a1e5c6b2..b16b4ee3425 100644 --- a/sci-visualization/gle/gle-4.2.5-r1.ebuild +++ b/sci-visualization/gle/gle-4.2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -41,6 +41,7 @@ src_configure() { append-cppflags ${CXXFLAGS} econf \ --without-rpath \ + --without-qt \ --with-manip \ $(use_with X x) \ $(use_with jpeg) \