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 06DFE1580EB for ; Thu, 29 May 2025 21:57:59 +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 E6FF134313F for ; Thu, 29 May 2025 21:57:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 14C401104B3; Thu, 29 May 2025 21:57:38 +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 0BEA71104B3 for ; Thu, 29 May 2025 21:57:38 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8DB83430BA for ; Thu, 29 May 2025 21:57:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 606CD28FC for ; Thu, 29 May 2025 21:57:35 +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: <1748555758.fc0280112f4d2561cccffc4b6a6ace2e38b47607.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/manaplus/manaplus-1.9.3.23-r1.ebuild games-rpg/manaplus/manaplus-1.9.3.23-r2.ebuild games-rpg/manaplus/manaplus-9999.ebuild X-VCS-Directories: games-rpg/manaplus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fc0280112f4d2561cccffc4b6a6ace2e38b47607 X-VCS-Branch: master Date: Thu, 29 May 2025 21:57:35 +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: f8a1282a-59c8-4d0f-9352-b080779e1c97 X-Archives-Hash: 4fcb849bc5cf6ef6c35b99c4e15d3268 commit: fc0280112f4d2561cccffc4b6a6ace2e38b47607 Author: Alfred Wingate protonmail com> AuthorDate: Sat May 3 14:26:26 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 29 21:55:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc028011 games-rpg/manaplus: add dev-libs/libxml2 subslot op for incoming ABI break Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Sam James gentoo.org> .../{manaplus-1.9.3.23-r1.ebuild => manaplus-1.9.3.23-r2.ebuild} | 4 ++-- games-rpg/manaplus/manaplus-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games-rpg/manaplus/manaplus-1.9.3.23-r1.ebuild b/games-rpg/manaplus/manaplus-1.9.3.23-r2.ebuild similarity index 97% rename from games-rpg/manaplus/manaplus-1.9.3.23-r1.ebuild rename to games-rpg/manaplus/manaplus-1.9.3.23-r2.ebuild index 0780865cfa73..44f93e88ae82 100644 --- a/games-rpg/manaplus/manaplus-1.9.3.23-r1.ebuild +++ b/games-rpg/manaplus/manaplus-1.9.3.23-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,7 +34,7 @@ RDEPEND=" nls? ( virtual/libintl ) opengl? ( virtual/opengl ) pugixml? ( dev-libs/pugixml ) - !pugixml? ( dev-libs/libxml2 ) + !pugixml? ( dev-libs/libxml2:= ) sdl2? ( media-libs/libsdl2[X,opengl?,video] media-libs/sdl2-gfx diff --git a/games-rpg/manaplus/manaplus-9999.ebuild b/games-rpg/manaplus/manaplus-9999.ebuild index 6c1d04cbb663..bc7f12dd12db 100644 --- a/games-rpg/manaplus/manaplus-9999.ebuild +++ b/games-rpg/manaplus/manaplus-9999.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=7 @@ -34,7 +34,7 @@ RDEPEND=" nls? ( virtual/libintl ) opengl? ( virtual/opengl ) pugixml? ( dev-libs/pugixml ) - !pugixml? ( dev-libs/libxml2 ) + !pugixml? ( dev-libs/libxml2:= ) sdl2? ( media-libs/libsdl2[X,opengl?,video] media-libs/sdl2-gfx