From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1559821-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 7CF80158089
	for <garchives@archives.gentoo.org>; Wed,  4 Oct 2023 10:01:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A8D4F2BC041;
	Wed,  4 Oct 2023 10:01:00 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 8D5932BC041
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Oct 2023 10:01:00 +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 85014335CD2
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Oct 2023 10:00:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 00035963
	for <gentoo-commits@lists.gentoo.org>; Wed,  4 Oct 2023 10:00:57 +0000 (UTC)
From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" <matthew@gentoo.org>
Message-ID: <1696413643.b0dac8bb099d695db8baa4cb37d2b7dd7b03c135.matthew@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rabbitmq-server/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/rabbitmq-server/rabbitmq-server-3.11.2-r1.ebuild net-misc/rabbitmq-server/rabbitmq-server-3.11.2.ebuild
X-VCS-Directories: net-misc/rabbitmq-server/
X-VCS-Committer: matthew
X-VCS-Committer-Name: Matthew Smith
X-VCS-Revision: b0dac8bb099d695db8baa4cb37d2b7dd7b03c135
X-VCS-Branch: master
Date: Wed,  4 Oct 2023 10:00:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 065ffaea-80ad-4be9-aeca-8a5f462f9361
X-Archives-Hash: debafcb337ac40f4fbf0ab0f8eb788df

commit:     b0dac8bb099d695db8baa4cb37d2b7dd7b03c135
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 09:57:46 2023 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 10:00:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0dac8bb

net-misc/rabbitmq-server: relax erlang version requirement

According to <https://www.rabbitmq.com/which-erlang.html>, 3.11.2 supports
up to Erlang 25.3.x (inclusive).

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 .../{rabbitmq-server-3.11.2.ebuild => rabbitmq-server-3.11.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rabbitmq-server/rabbitmq-server-3.11.2.ebuild b/net-misc/rabbitmq-server/rabbitmq-server-3.11.2-r1.ebuild
similarity index 97%
rename from net-misc/rabbitmq-server/rabbitmq-server-3.11.2.ebuild
rename to net-misc/rabbitmq-server/rabbitmq-server-3.11.2-r1.ebuild
index 284ee74113be..1db10de5cfac 100644
--- a/net-misc/rabbitmq-server/rabbitmq-server-3.11.2.ebuild
+++ b/net-misc/rabbitmq-server/rabbitmq-server-3.11.2-r1.ebuild
@@ -22,7 +22,7 @@ RESTRICT="test"
 RDEPEND="
 	acct-group/rabbitmq
 	acct-user/rabbitmq
-	>=dev-lang/erlang-25.0[ssl] <dev-lang/erlang-25.2
+	>=dev-lang/erlang-25.0[ssl] <dev-lang/erlang-25.4
 "
 DEPEND="${RDEPEND}
 	app-arch/zip