diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-17 15:04:25 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-17 15:06:10 +0100 |
commit | e64b5d58dddafae9975f26ca43959561aba6f724 (patch) | |
tree | fe7fc7dd86ddd142be6ec6e91af3a845a8e8a6e3 /sci-mathematics | |
parent | sys-libs/efivar: Don't use ld.gold for linking (diff) | |
download | gentoo-e64b5d58dddafae9975f26ca43959561aba6f724.tar.gz gentoo-e64b5d58dddafae9975f26ca43959561aba6f724.tar.bz2 gentoo-e64b5d58dddafae9975f26ca43959561aba6f724.zip |
sci-mathematics/dataplot: REQUIRE USE=X for USE=opengl
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=574958
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/dataplot/dataplot-20090821.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-mathematics/dataplot/dataplot-20090821.ebuild b/sci-mathematics/dataplot/dataplot-20090821.ebuild index c646b4be26e4..5b67730df62e 100644 --- a/sci-mathematics/dataplot/dataplot-20090821.ebuild +++ b/sci-mathematics/dataplot/dataplot-20090821.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,6 +24,8 @@ LICENSE="public-domain" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples gd opengl X" +REQUIRED_USE="opengl? ( X )" + COMMON_DEPEND=" media-libs/plotutils opengl? ( virtual/opengl ) |