diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-06 13:16:22 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-06-06 13:17:03 +0200 |
commit | 638824792af2d1140910027353c37542ebfaef60 (patch) | |
tree | 7e2c703d76c7e260d36e9a4ead6433a300c1de98 /sci-libs | |
parent | sci-misc/vitables: add missing test dep (diff) | |
download | gentoo-638824792af2d1140910027353c37542ebfaef60.tar.gz gentoo-638824792af2d1140910027353c37542ebfaef60.tar.bz2 gentoo-638824792af2d1140910027353c37542ebfaef60.zip |
sci-libs/plplot: fix typo
Closes: https://bugs.gentoo.org/794529
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/plplot/plplot-5.15.0-r101.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/plplot/plplot-5.15.0-r101.ebuild b/sci-libs/plplot/plplot-5.15.0-r101.ebuild index 6941579942fd..66bfce1ec688 100644 --- a/sci-libs/plplot/plplot-5.15.0-r101.ebuild +++ b/sci-libs/plplot/plplot-5.15.0-r101.ebuild @@ -290,7 +290,7 @@ src_install() { rm -r "${ED}"/usr/share/doc/${PF}/examples || die fi - use python & python_optimize + use python && python_optimize if use java; then java-pkg_dojar "${BUILD_DIR}"/examples/java/${PN}.jar |