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>
This commit is contained in:
Ulrich Müller 2021-08-04 09:38:10 +02:00
parent 8860261b91
commit f8718b834f
No known key found for this signature in database
GPG Key ID: 5188335088415E2E
1 changed files with 1 additions and 2 deletions

View File

@ -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
)