diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-08-04 09:38:10 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-08-04 09:42:24 +0200 |
commit | f8718b834fe4b3f7dad960340d5e1b2fac3aa390 (patch) | |
tree | 81688b3ce85b77acea1b61bc3f9019e0cd08ae8b /sci-visualization | |
parent | dev-python/python-docs: Remove old (diff) | |
download | gentoo-f8718b834fe4b3f7dad960340d5e1b2fac3aa390.tar.gz gentoo-f8718b834fe4b3f7dad960340d5e1b2fac3aa390.tar.bz2 gentoo-f8718b834fe4b3f7dad960340d5e1b2fac3aa390.zip |
sci-visualization/gnuplot: Drop unnecessary patch.
Fixed upstream. Also don't inherit flag-o-matic because it is not used.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.4.1-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-5.4.1-r2.ebuild b/sci-visualization/gnuplot/gnuplot-5.4.1-r2.ebuild index 1dd56629fad6..0671cd7214a9 100644 --- a/sci-visualization/gnuplot/gnuplot-5.4.1-r2.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.4.1-r2.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/" @@ -75,7 +75,6 @@ E_SITEFILE="lisp/50${PN}-gentoo.el" TEXMF="${EPREFIX}/usr/share/texmf-site" PATCHES=( - "${FILESDIR}"/${PN}-5.0.1-fix-underlinking.patch "${FILESDIR}"/${PN}-5.0.6-no-picins.patch ) |