diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-08-03 21:52:04 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-08-03 21:53:37 +0200 |
commit | d0797dfda19dffd57c32600986869bb5241a51e9 (patch) | |
tree | 20bcdab9f320065615f2201c24145c8728a0d0db /sci-visualization/gnuplot | |
parent | dev-perl/Gentoo-App-Pram: EAPI v8 bump. (diff) | |
download | gentoo-d0797dfda19dffd57c32600986869bb5241a51e9.tar.gz gentoo-d0797dfda19dffd57c32600986869bb5241a51e9.tar.bz2 gentoo-d0797dfda19dffd57c32600986869bb5241a51e9.zip |
sci-visualization/gnuplot: Don't inherit flag-o-matic, 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/gnuplot')
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.4.2.ebuild | 2 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-5.4.2.ebuild b/sci-visualization/gnuplot/gnuplot-5.4.2.ebuild index a67b7164b80a..128d9bc70f61 100644 --- a/sci-visualization/gnuplot/gnuplot-5.4.2.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.4.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1,2,3,4} ) 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/" diff --git a/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild b/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild index bb22478f1dcb..f2904c7651db 100644 --- a/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.5.9999-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 LUA_COMPAT=( lua5-{1,2,3,4} ) 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/" |