From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DE781382C5 for ; Sun, 1 Apr 2018 23:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F259AE0B1D; Sun, 1 Apr 2018 23:24:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD79BE0B1D for ; Sun, 1 Apr 2018 23:24:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B19D433BDE5 for ; Sun, 1 Apr 2018 23:24:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2945626E for ; Sun, 1 Apr 2018 23:24:46 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1522625072.161845d4be61b043231bf07b008e3208a6bf8e97.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/opendx/opendx-4.4.4-r6.ebuild sci-visualization/opendx/opendx-4.4.4-r7.ebuild X-VCS-Directories: sci-visualization/opendx/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 161845d4be61b043231bf07b008e3208a6bf8e97 X-VCS-Branch: master Date: Sun, 1 Apr 2018 23:24:46 +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: 2430ea04-e844-4a9b-8d53-57f1972c5b7f X-Archives-Hash: e26e6c436f54a2fe701ff3872a86cc63 commit: 161845d4be61b043231bf07b008e3208a6bf8e97 Author: Matt Turner gentoo org> AuthorDate: Sun Apr 1 23:24:07 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Apr 1 23:24:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161845d4 sci-visualization/opendx: Fix X11 dependencies I elected not to touch the lack of Xinerama dependency. It looks to be automagic currently. Bug: https://bugs.gentoo.org/649084 .../opendx/{opendx-4.4.4-r6.ebuild => opendx-4.4.4-r7.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sci-visualization/opendx/opendx-4.4.4-r6.ebuild b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild similarity index 95% rename from sci-visualization/opendx/opendx-4.4.4-r6.ebuild rename to sci-visualization/opendx/opendx-4.4.4-r7.ebuild index 4f7453fdd62..7307105626d 100644 --- a/sci-visualization/opendx/opendx-4.4.4-r6.ebuild +++ b/sci-visualization/opendx/opendx-4.4.4-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,10 +17,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="hdf cdf netcdf tiff imagemagick szip smp" -RDEPEND="x11-libs/libXmu - x11-libs/libXi - x11-libs/libXp +RDEPEND=" + x11-libs/libX11 + x11-libs/libXmu x11-libs/libXpm + x11-libs/libXt >=x11-libs/motif-2.3:0 virtual/opengl virtual/glu