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 75641158287 for ; Sat, 17 May 2025 14:58:37 +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 61ED43431ED for ; Sat, 17 May 2025 14:58:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 57FE91104A7; Sat, 17 May 2025 14:58:18 +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 532A71104A7 for ; Sat, 17 May 2025 14:58:18 +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 0F29E3431E2 for ; Sat, 17 May 2025 14:58:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8AD72894 for ; Sat, 17 May 2025 14:58:15 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1747493847.0261598c0d89cae35e4539acf25859c4f81775d4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/amule/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/amule/amule-2.3.3-r3.ebuild net-p2p/amule/amule-2.3.3-r4.ebuild net-p2p/amule/amule-2.3.3-r5.ebuild net-p2p/amule/amule-2.3.3-r6.ebuild net-p2p/amule/amule-9999.ebuild X-VCS-Directories: net-p2p/amule/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0261598c0d89cae35e4539acf25859c4f81775d4 X-VCS-Branch: master Date: Sat, 17 May 2025 14:58:15 +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: 297765dc-3dd6-4620-b4cc-e2105b764f0d X-Archives-Hash: d056f41402134a68e0759f588a5c76ec commit: 0261598c0d89cae35e4539acf25859c4f81775d4 Author: David Seifert gentoo org> AuthorDate: Sat May 17 14:57:27 2025 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 17 14:57:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0261598c net-p2p/amule: slot op on x11-libs/wxGTK Signed-off-by: David Seifert gentoo.org> net-p2p/amule/{amule-2.3.3-r3.ebuild => amule-2.3.3-r5.ebuild} | 4 ++-- net-p2p/amule/{amule-2.3.3-r4.ebuild => amule-2.3.3-r6.ebuild} | 2 +- net-p2p/amule/amule-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-p2p/amule/amule-2.3.3-r3.ebuild b/net-p2p/amule/amule-2.3.3-r5.ebuild similarity index 97% rename from net-p2p/amule/amule-2.3.3-r3.ebuild rename to net-p2p/amule/amule-2.3.3-r5.ebuild index f67a6e764603..e39f41e0c3a4 100644 --- a/net-p2p/amule/amule-2.3.3-r3.ebuild +++ b/net-p2p/amule/amule-2.3.3-r5.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 @@ -29,7 +29,7 @@ RDEPEND=" sys-libs/binutils-libs:0= sys-libs/readline:0= sys-libs/zlib - x11-libs/wxGTK:${WX_GTK_VER}[X?] + x11-libs/wxGTK:${WX_GTK_VER}=[X?] daemon? ( acct-user/amule ) geoip? ( dev-libs/geoip ) nls? ( virtual/libintl ) diff --git a/net-p2p/amule/amule-2.3.3-r4.ebuild b/net-p2p/amule/amule-2.3.3-r6.ebuild similarity index 98% rename from net-p2p/amule/amule-2.3.3-r4.ebuild rename to net-p2p/amule/amule-2.3.3-r6.ebuild index b97a83d6f4bf..4485acf1e000 100644 --- a/net-p2p/amule/amule-2.3.3-r4.ebuild +++ b/net-p2p/amule/amule-2.3.3-r6.ebuild @@ -29,7 +29,7 @@ RDEPEND=" sys-libs/binutils-libs:0= sys-libs/readline:0= sys-libs/zlib - x11-libs/wxGTK:${WX_GTK_VER}[X?] + x11-libs/wxGTK:${WX_GTK_VER}=[X?] daemon? ( acct-user/amule ) geoip? ( dev-libs/geoip ) nls? ( virtual/libintl ) diff --git a/net-p2p/amule/amule-9999.ebuild b/net-p2p/amule/amule-9999.ebuild index 4ca517b252db..0cc5ff828677 100644 --- a/net-p2p/amule/amule-9999.ebuild +++ b/net-p2p/amule/amule-9999.ebuild @@ -29,7 +29,7 @@ RDEPEND=" sys-libs/binutils-libs:0= sys-libs/readline:0= sys-libs/zlib - x11-libs/wxGTK:${WX_GTK_VER}[X?] + x11-libs/wxGTK:${WX_GTK_VER}=[X?] daemon? ( acct-user/amule ) geoip? ( dev-libs/geoip ) nls? ( virtual/libintl )