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 C123113933E for ; Sun, 1 Aug 2021 18:27:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FEC1E0A59; Sun, 1 Aug 2021 18:27:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5B970E0A59 for ; Sun, 1 Aug 2021 18:27:58 +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 39184343BFA for ; Sun, 1 Aug 2021 18:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A60F1865 for ; Sun, 1 Aug 2021 18:27:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627842463.dcb20f45ff0e08f006b772423e6f7c6fb026a7fb.sam@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-r1.ebuild X-VCS-Directories: sci-visualization/gnuplot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dcb20f45ff0e08f006b772423e6f7c6fb026a7fb X-VCS-Branch: master Date: Sun, 1 Aug 2021 18:27:54 +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: 415f6a0b-d638-44b6-8d45-4ed44e85213b X-Archives-Hash: acf1eaff36c485a053fedc7c6010e07f commit: dcb20f45ff0e08f006b772423e6f7c6fb026a7fb Author: Sam James gentoo org> AuthorDate: Sun Aug 1 07:07:26 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 1 18:27:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb20f45 sci-visualization/gnuplot: drop obsolete qt5 C++11 workaround Signed-off-by: Sam James gentoo.org> sci-visualization/gnuplot/gnuplot-5.4.1-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sci-visualization/gnuplot/gnuplot-5.4.1-r1.ebuild b/sci-visualization/gnuplot/gnuplot-5.4.1-r1.ebuild index ff93661495b..1b6af60e70a 100644 --- a/sci-visualization/gnuplot/gnuplot-5.4.1-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.4.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 LUA_COMPAT=( lua5-{1,2,3} ) WX_GTK_VER="3.0-gtk3" -inherit autotools flag-o-matic lua-single readme.gentoo-r1 toolchain-funcs wxwidgets +inherit autotools lua-single readme.gentoo-r1 toolchain-funcs wxwidgets DESCRIPTION="Command-line driven interactive plotting program" HOMEPAGE="http://www.gnuplot.info/" @@ -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) \