From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E86A41388BF for ; Wed, 17 Feb 2016 14:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC00B21C08C; Wed, 17 Feb 2016 14:06:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D29021C08C for ; Wed, 17 Feb 2016 14:06:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F42B340C9D for ; Wed, 17 Feb 2016 14:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D79F14AC for ; Wed, 17 Feb 2016 14:06:13 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455717970.e64b5d58dddafae9975f26ca43959561aba6f724.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/dataplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/dataplot/dataplot-20090821.ebuild X-VCS-Directories: sci-mathematics/dataplot/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e64b5d58dddafae9975f26ca43959561aba6f724 X-VCS-Branch: master Date: Wed, 17 Feb 2016 14:06:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5bd7114e-1732-45e2-b487-59ff358b6197 X-Archives-Hash: 854ffd3ceca212d48607a45facf8a567 commit: e64b5d58dddafae9975f26ca43959561aba6f724 Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 17 14:04:25 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 17 14:06:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64b5d58 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 gentoo.org> sci-mathematics/dataplot/dataplot-20090821.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/dataplot/dataplot-20090821.ebuild b/sci-mathematics/dataplot/dataplot-20090821.ebuild index c646b4b..5b67730 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 )