diff options
author | Pacho Ramos <pacho@gentoo.org> | 2021-02-14 17:32:37 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2021-02-14 17:32:47 +0100 |
commit | e1e578aec8e2ba245f00b4e39d32670cd275caa8 (patch) | |
tree | 4d8106365228112b16fa26010974f0c6c72ecb94 /sci-libs/plplot | |
parent | dev-python/text-unidecode: fix DESCRIPTION typo (diff) | |
download | gentoo-e1e578aec8e2ba245f00b4e39d32670cd275caa8.tar.gz gentoo-e1e578aec8e2ba245f00b4e39d32670cd275caa8.tar.bz2 gentoo-e1e578aec8e2ba245f00b4e39d32670cd275caa8.zip |
sci-libs/plplot: Call setup-wxwidgets
need-wxwidgets is not available for eapi7
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r-- | sci-libs/plplot/plplot-5.15.0-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/plplot/plplot-5.15.0-r100.ebuild b/sci-libs/plplot/plplot-5.15.0-r100.ebuild index 18d022329b67..ae2654d31d8c 100644 --- a/sci-libs/plplot/plplot-5.15.0-r100.ebuild +++ b/sci-libs/plplot/plplot-5.15.0-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -122,7 +122,7 @@ pkg_setup() { } src_prepare() { - use wxwidgets && need-wxwidgets unicode + use wxwidgets && setup-wxwidgets cmake_src_prepare # avoid installing license |