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 738C515807A for ; Mon, 09 Jun 2025 03:13:19 +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 58B423430BD for ; Mon, 09 Jun 2025 03:13:19 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8848F1103DA; Mon, 09 Jun 2025 03:13:12 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 7EC831103DA for ; Mon, 09 Jun 2025 03:13:12 +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 38F5434307D for ; Mon, 09 Jun 2025 03:13:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C6462982 for ; Mon, 09 Jun 2025 03:13:10 +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: <1749438696.ac25532b1f35a9a2f77808b968b57b77b4de8757.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/torque/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/torque/torque-6.0.4-r6.ebuild sys-cluster/torque/torque-6.0.4-r7.ebuild X-VCS-Directories: sys-cluster/torque/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac25532b1f35a9a2f77808b968b57b77b4de8757 X-VCS-Branch: master Date: Mon, 09 Jun 2025 03:13:10 +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: a7d41335-6f9b-4d41-adb7-c6577f4db391 X-Archives-Hash: 0219cb9d11c93ba8c1d3880a024c13d7 commit: ac25532b1f35a9a2f77808b968b57b77b4de8757 Author: Alfred Wingate protonmail com> AuthorDate: Sat May 3 17:07:22 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 9 03:11:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac25532b sys-cluster/torque: add dev-libs/libxml2 subslot op for incoming ABI break Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41919 Signed-off-by: Sam James gentoo.org> sys-cluster/torque/{torque-6.0.4-r6.ebuild => torque-6.0.4-r7.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/torque/torque-6.0.4-r6.ebuild b/sys-cluster/torque/torque-6.0.4-r7.ebuild similarity index 99% rename from sys-cluster/torque/torque-6.0.4-r6.ebuild rename to sys-cluster/torque/torque-6.0.4-r7.ebuild index 56affbdb6e64..657f0ac6ea2a 100644 --- a/sys-cluster/torque/torque-6.0.4-r6.ebuild +++ b/sys-cluster/torque/torque-6.0.4-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ IUSE="autorun cgroups cpusets +crypt doc munge nvidia quickcommit server +syslog DEPEND_COMMON=" sys-libs/zlib sys-libs/readline:0= - dev-libs/libxml2 + dev-libs/libxml2:= dev-libs/boost cpusets? ( sys-apps/hwloc:= ) munge? ( sys-auth/munge )