diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-12 16:33:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-12 17:35:06 +0100 |
commit | e3cb7609996c4e1b0bf6988940cd2c2cebb16c87 (patch) | |
tree | 338c3f8ad08e62e6e8de9bc95c14148adc669735 /sci-libs/plplot | |
parent | sci-libs/med: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-e3cb7609996c4e1b0bf6988940cd2c2cebb16c87.tar.gz gentoo-e3cb7609996c4e1b0bf6988940cd2c2cebb16c87.tar.bz2 gentoo-e3cb7609996c4e1b0bf6988940cd2c2cebb16c87.zip |
sci-libs/plplot: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r-- | sci-libs/plplot/plplot-5.12.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/plplot/plplot-5.12.0-r1.ebuild b/sci-libs/plplot/plplot-5.12.0-r1.ebuild index a8582c6ed658..cf5c4e336744 100644 --- a/sci-libs/plplot/plplot-5.12.0-r1.ebuild +++ b/sci-libs/plplot/plplot-5.12.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cairo cxx doc +dynamic examples fortran gd java jpeg latex lua ocaml octave pdf pdl png python qhull qt5 shapefile svg tcl test threads tk truetype wxwidgets X" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) qt5? ( dynamic ) test? ( latex ) tk? ( tcl )" -RESTRICT="octave? ( test )" +RESTRICT="!test? ( test ) octave? ( test )" RDEPEND=" cairo? ( x11-libs/cairo:0=[svg?,X] ) |