Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/
Date: Sun, 01 Aug 2021 18:27:59
Message-Id: 1627842463.dcb20f45ff0e08f006b772423e6f7c6fb026a7fb.sam@gentoo
1 commit: dcb20f45ff0e08f006b772423e6f7c6fb026a7fb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 07:07:26 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 18:27:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb20f45
7
8 sci-visualization/gnuplot: drop obsolete qt5 C++11 workaround
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-visualization/gnuplot/gnuplot-5.4.1-r1.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/sci-visualization/gnuplot/gnuplot-5.4.1-r1.ebuild b/sci-visualization/gnuplot/gnuplot-5.4.1-r1.ebuild
16 index ff93661495b..1b6af60e70a 100644
17 --- a/sci-visualization/gnuplot/gnuplot-5.4.1-r1.ebuild
18 +++ b/sci-visualization/gnuplot/gnuplot-5.4.1-r1.ebuild
19 @@ -6,7 +6,7 @@ EAPI=7
20 LUA_COMPAT=( lua5-{1,2,3} )
21 WX_GTK_VER="3.0-gtk3"
22
23 -inherit autotools flag-o-matic lua-single readme.gentoo-r1 toolchain-funcs wxwidgets
24 +inherit autotools lua-single readme.gentoo-r1 toolchain-funcs wxwidgets
25
26 DESCRIPTION="Command-line driven interactive plotting program"
27 HOMEPAGE="http://www.gnuplot.info/"
28 @@ -119,8 +119,6 @@ src_configure() {
29 tc-export_build_env BUILD_CC
30 export CC_FOR_BUILD=${BUILD_CC}
31
32 - use qt5 && append-cxxflags -std=c++11
33 -
34 econf \
35 --with-texdir="${TEXMF}/tex/latex/${PN}" \
36 --with-readline=$(usex readline gnu builtin) \