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 41C1313835C for ; Tue, 5 Jan 2021 23:44:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79FC4E087E; Tue, 5 Jan 2021 23:44:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 62868E087E for ; Tue, 5 Jan 2021 23:44:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 52BDF340EA6 for ; Tue, 5 Jan 2021 23:44:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B400648E for ; Tue, 5 Jan 2021 23:44:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609890263.890afeaf247b5f57b78277e7dc74f215bbbc6b83.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gr/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/gr/gr-0.50.0-r2.ebuild X-VCS-Directories: sci-visualization/gr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 890afeaf247b5f57b78277e7dc74f215bbbc6b83 X-VCS-Branch: master Date: Tue, 5 Jan 2021 23:44:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b53e31d7-b541-45c4-a6c1-e0138f8baadf X-Archives-Hash: b4e45e59bfce3107659fe4bdcab77c72 commit: 890afeaf247b5f57b78277e7dc74f215bbbc6b83 Author: Sam James gentoo org> AuthorDate: Tue Jan 5 23:38:47 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 5 23:44:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890afeaf sci-visualization/gr: subscribe to media-libs/qhull subslot (+ others) Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sci-visualization/gr/gr-0.50.0-r2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-visualization/gr/gr-0.50.0-r2.ebuild b/sci-visualization/gr/gr-0.50.0-r2.ebuild index 9d42c16208c..07a5b52c908 100644 --- a/sci-visualization/gr/gr-0.50.0-r2.ebuild +++ b/sci-visualization/gr/gr-0.50.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2020 Gentoo Authors +# Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,15 +18,15 @@ DEPEND=" dev-qt/qtgui:5 media-libs/fontconfig media-libs/glfw - media-libs/libjpeg-turbo - media-libs/libpng - media-libs/qhull + media-libs/libjpeg-turbo:= + media-libs/libpng:= + media-libs/qhull:= sys-libs/zlib virtual/opengl x11-libs/libX11 x11-libs/libXt cairo? ( x11-libs/cairo ) - ffmpeg? ( media-video/ffmpeg ) + ffmpeg? ( media-video/ffmpeg:= ) postscript? ( app-text/ghostscript-gpl ) tiff? ( media-libs/tiff ) truetype? ( media-libs/freetype )