From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7DFB1581EE for ; Mon, 24 Mar 2025 09:30:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D2106343425 for ; Mon, 24 Mar 2025 09:30:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 452451104AE; Mon, 24 Mar 2025 09:30:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3D2071104AE for ; Mon, 24 Mar 2025 09:30:47 +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 EDA8C3434F5 for ; Mon, 24 Mar 2025 09:30:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B6CE283B for ; Mon, 24 Mar 2025 09:30:45 +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: <1742808611.55067cde367dae9d74f0d83fab5012bf84e9d97b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/avogadro2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/avogadro2/avogadro2-1.97.0-r1.ebuild sci-chemistry/avogadro2/avogadro2-1.97.0.ebuild X-VCS-Directories: sci-chemistry/avogadro2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 55067cde367dae9d74f0d83fab5012bf84e9d97b X-VCS-Branch: master Date: Mon, 24 Mar 2025 09:30:45 +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: 96b77ac0-1454-4877-abbd-889de0de4fa0 X-Archives-Hash: eecb924d8d6b122d507f65ee8598fabe commit: 55067cde367dae9d74f0d83fab5012bf84e9d97b Author: Nicolas PARLANT parhuet fr> AuthorDate: Sun Mar 16 11:04:56 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 24 09:30:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55067cde sci-chemistry/avogadro2: amend qt5(-) Signed-off-by: Nicolas PARLANT parhuet.fr> Signed-off-by: Sam James gentoo.org> .../avogadro2/{avogadro2-1.97.0.ebuild => avogadro2-1.97.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/avogadro2/avogadro2-1.97.0.ebuild b/sci-chemistry/avogadro2/avogadro2-1.97.0-r1.ebuild similarity index 95% rename from sci-chemistry/avogadro2/avogadro2-1.97.0.ebuild rename to sci-chemistry/avogadro2/avogadro2-1.97.0-r1.ebuild index f4faa2f030e1..adc3168ffaf1 100644 --- a/sci-chemistry/avogadro2/avogadro2-1.97.0.ebuild +++ b/sci-chemistry/avogadro2/avogadro2-1.97.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,7 +31,7 @@ RDEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 - >=sci-libs/avogadrolibs-${PV}[qt5,vtk?] + >=sci-libs/avogadrolibs-${PV}[qt5(-),vtk?] sci-libs/hdf5:= rpc? ( sci-chemistry/molequeue ) "