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 08A6B1382C5 for ; Wed, 7 Apr 2021 15:58:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C565E096A; Wed, 7 Apr 2021 15:58:15 +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 31363E096A for ; Wed, 7 Apr 2021 15:58:15 +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 E41BF335C3F for ; Wed, 7 Apr 2021 15:58:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F71963B for ; Wed, 7 Apr 2021 15:58:12 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1617811081.5f56369abb5e6cc21ebf69131ccc5162b03eb82f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/gnuplot/gnuplot-5.4.1-r2.ebuild sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild X-VCS-Directories: sci-visualization/gnuplot/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5f56369abb5e6cc21ebf69131ccc5162b03eb82f X-VCS-Branch: master Date: Wed, 7 Apr 2021 15:58:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 355af6dd-f493-41d0-8bd3-2a718eeb6cbf X-Archives-Hash: 2619e4b6a468ab68e6ed473ca7b475c7 commit: 5f56369abb5e6cc21ebf69131ccc5162b03eb82f Author: Ulrich Müller gentoo org> AuthorDate: Wed Apr 7 15:58:01 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Apr 7 15:58:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f56369a sci-visualization/gnuplot: Drop c++11 workaround for qt5 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> sci-visualization/gnuplot/gnuplot-5.4.1-r2.ebuild | 2 -- sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/sci-visualization/gnuplot/gnuplot-5.4.1-r2.ebuild b/sci-visualization/gnuplot/gnuplot-5.4.1-r2.ebuild index be48f00ee31..1dd56629fad 100644 --- a/sci-visualization/gnuplot/gnuplot-5.4.1-r2.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.4.1-r2.ebuild @@ -119,8 +119,6 @@ src_configure() { tc-export_build_env BUILD_CC export CC_FOR_BUILD=${BUILD_CC} - use qt5 && append-cxxflags -std=c++11 - econf \ --with-texdir="${TEXMF}/tex/latex/${PN}" \ --with-readline=$(usex readline gnu builtin) \ diff --git a/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild b/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild index fd660d8cfb8..306871a94a9 100644 --- a/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild @@ -119,8 +119,6 @@ src_configure() { tc-export_build_env BUILD_CC export CC_FOR_BUILD=${BUILD_CC} - use qt5 && append-cxxflags -std=c++11 - econf \ --with-texdir="${TEXMF}/tex/latex/${PN}" \ --with-readline=$(usex readline gnu builtin) \