Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dataplot/
Date: Wed, 17 Feb 2016 14:06:32
Message-Id: 1455717970.e64b5d58dddafae9975f26ca43959561aba6f724.jlec@gentoo
1 commit: e64b5d58dddafae9975f26ca43959561aba6f724
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 17 14:04:25 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 17 14:06:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64b5d58
7
8 sci-mathematics/dataplot: REQUIRE USE=X for USE=opengl
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=574958
11
12 Package-Manager: portage-2.2.27
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sci-mathematics/dataplot/dataplot-20090821.ebuild | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/sci-mathematics/dataplot/dataplot-20090821.ebuild b/sci-mathematics/dataplot/dataplot-20090821.ebuild
19 index c646b4b..5b67730 100644
20 --- a/sci-mathematics/dataplot/dataplot-20090821.ebuild
21 +++ b/sci-mathematics/dataplot/dataplot-20090821.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -24,6 +24,8 @@ LICENSE="public-domain"
29 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
30 IUSE="examples gd opengl X"
31
32 +REQUIRED_USE="opengl? ( X )"
33 +
34 COMMON_DEPEND="
35 media-libs/plotutils
36 opengl? ( virtual/opengl )