From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D1E91158094 for ; Tue, 28 Jun 2022 16:43:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 153B2E082B; Tue, 28 Jun 2022 16:43:45 +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 EABEAE082B for ; Tue, 28 Jun 2022 16:43:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C917C3414B1 for ; Tue, 28 Jun 2022 16:43:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55CE1105 for ; Tue, 28 Jun 2022 16:43:42 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1656434613.142abfbb3771a6b96de707aba5f7f4b626c6731f.ultrabug@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.8.19-r1.ebuild X-VCS-Directories: net-misc/rabbitmq-server/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 142abfbb3771a6b96de707aba5f7f4b626c6731f X-VCS-Branch: master Date: Tue, 28 Jun 2022 16:43:42 +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: 15db637c-a8a7-4b67-90e9-ca5449852820 X-Archives-Hash: 00f6bae9d03e96afe3c51c91788d4b92 commit: 142abfbb3771a6b96de707aba5f7f4b626c6731f Author: Gabriel Linder gmail com> AuthorDate: Tue Jun 28 09:31:36 2022 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Tue Jun 28 16:43:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142abfbb net-misc/rabbitmq-server: guard against invalid versions of erlang/elixir. Bug: https://bugs.gentoo.org/854816 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Gabriel Linder gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26111 Signed-off-by: Alexys Jacob gentoo.org> net-misc/rabbitmq-server/rabbitmq-server-3.8.19-r1.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/net-misc/rabbitmq-server/rabbitmq-server-3.8.19-r1.ebuild b/net-misc/rabbitmq-server/rabbitmq-server-3.8.19-r1.ebuild index 2410ca43590f..85dfa8ae0db8 100644 --- a/net-misc/rabbitmq-server/rabbitmq-server-3.8.19-r1.ebuild +++ b/net-misc/rabbitmq-server/rabbitmq-server-3.8.19-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,18 +20,22 @@ RESTRICT="test" RDEPEND=" acct-group/rabbitmq acct-user/rabbitmq - >=dev-lang/erlang-22[ssl] + >=dev-lang/erlang-22[ssl]