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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E17E158011 for ; Thu, 1 Sep 2022 01:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9688CE0A5A; Thu, 1 Sep 2022 01:00:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CED1E0A5A for ; Thu, 1 Sep 2022 01:00:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46D6F341132 for ; Thu, 1 Sep 2022 01:00:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 887105AF for ; Thu, 1 Sep 2022 01:00:32 +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: <1661993650.50e9a895d6664b30065fc1d805ff0b5f9ffc491f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/molmol/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/molmol/molmol-2k_p2-r5.ebuild sci-chemistry/molmol/molmol-2k_p2-r6.ebuild X-VCS-Directories: sci-chemistry/molmol/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 50e9a895d6664b30065fc1d805ff0b5f9ffc491f X-VCS-Branch: master Date: Thu, 1 Sep 2022 01:00:32 +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: 79611b24-3ee6-41d2-97d2-d0de65fbb29a X-Archives-Hash: 09406187db00875d0bda587cd7ed7d60 commit: 50e9a895d6664b30065fc1d805ff0b5f9ffc491f Author: Sam James gentoo org> AuthorDate: Thu Sep 1 00:53:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 1 00:54:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e9a895 sci-chemistry/molmol: fix MissingUseDepDefault Signed-off-by: Sam James gentoo.org> .../{molmol-2k_p2-r5.ebuild => molmol-2k_p2-r6.ebuild} | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/molmol/molmol-2k_p2-r5.ebuild b/sci-chemistry/molmol/molmol-2k_p2-r6.ebuild similarity index 93% rename from sci-chemistry/molmol/molmol-2k_p2-r5.ebuild rename to sci-chemistry/molmol/molmol-2k_p2-r6.ebuild index 5d2719c05a3c..6667565a9c08 100644 --- a/sci-chemistry/molmol/molmol-2k_p2-r5.ebuild +++ b/sci-chemistry/molmol/molmol-2k_p2-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,14 +29,17 @@ IUSE="" RDEPEND=" || ( - ( media-libs/mesa[X(+)] - x11-libs/libGLw ) - media-libs/mesa[motif,X(+)] ) + ( + media-libs/mesa[X(+)] + x11-libs/libGLw + ) + media-libs/mesa[motif(-),X(+)] + ) + media-libs/libjpeg-turbo:= media-libs/libpng:0= media-libs/tiff:0 sys-libs/zlib virtual/glu - virtual/jpeg:0 x11-libs/libXpm x11-libs/motif:0 x11-apps/xdpyinfo