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 E23D51382C5 for ; Sun, 20 Dec 2020 14:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D08AE0872; Sun, 20 Dec 2020 14:53:08 +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 00AC8E0872 for ; Sun, 20 Dec 2020 14:53:06 +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 8158A341295 for ; Sun, 20 Dec 2020 14:53:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C66B4B for ; Sun, 20 Dec 2020 14:53:04 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1608475975.986f97e49405968bb1a9b65dabf30a6e13e84937.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gmsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gmsh/gmsh-4.6.0.ebuild X-VCS-Directories: sci-libs/gmsh/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 986f97e49405968bb1a9b65dabf30a6e13e84937 X-VCS-Branch: master Date: Sun, 20 Dec 2020 14:53:04 +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: 6f081fb4-0684-4e0c-b86d-8116341142ae X-Archives-Hash: d778e2b9c765d1a598b8bf970b75ca47 commit: 986f97e49405968bb1a9b65dabf30a6e13e84937 Author: Marek Szuba gentoo org> AuthorDate: Sun Dec 20 13:39:26 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Dec 20 14:52:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986f97e4 sci-libs/gmsh: drop useless IUSE=lua No mention of "Lua" anywhere in the source tarball, builds exactly the same way regardless of the value of this USE flag as well as regardless of whether or not Lua is present on the build system (unsurprising given the above), and according to http://www.geuz.org/pipermail/gmsh/2011/006218.html gmsh Lua bindings got deprecated by Python ones almost a decade ago. Bug: https://bugs.gentoo.org/752837 Signed-off-by: Marek Szuba gentoo.org> sci-libs/gmsh/gmsh-4.6.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-libs/gmsh/gmsh-4.6.0.ebuild b/sci-libs/gmsh/gmsh-4.6.0.ebuild index 9e50b09d304..a4df1e0d12e 100644 --- a/sci-libs/gmsh/gmsh-4.6.0.ebuild +++ b/sci-libs/gmsh/gmsh-4.6.0.ebuild @@ -15,7 +15,7 @@ LICENSE="GPL-3 free-noncomm" SLOT="0" KEYWORDS="~amd64 ~x86" ## cgns is not compiling ATM, maybe fix cgns lib first -IUSE="blas cgns examples jpeg lua med metis mpi netgen opencascade petsc png python X zlib" +IUSE="blas cgns examples jpeg med metis mpi netgen opencascade petsc png python X zlib" REQUIRED_USE="med? ( mpi )" @@ -25,7 +25,6 @@ RDEPEND=" blas? ( virtual/blas virtual/lapack sci-libs/fftw:3.0 ) cgns? ( sci-libs/cgnslib ) jpeg? ( virtual/jpeg:0 ) - lua? ( dev-lang/lua:0 ) med? ( sci-libs/med[mpi] ) opencascade? ( sci-libs/opencascade:* ) png? ( media-libs/libpng:0 )