sci-mathematics/dataplot: REQUIRE USE=X for USE=opengl
authorJustin Lecher <jlec@gentoo.org>
Wed, 17 Feb 2016 14:04:25 +0000 (15:04 +0100)
committerJustin Lecher <jlec@gentoo.org>
Wed, 17 Feb 2016 14:06:10 +0000 (15:06 +0100)
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>
sci-mathematics/dataplot/dataplot-20090821.ebuild

index c646b4be26e44f064eeee788c08a78b2939b3225..5b67730df62e294c2f994e385cccad376f17ce48 100644 (file)
@@ -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 )