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 D2C94158094 for ; Sat, 9 Jul 2022 07:35:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE0D8E0BBB; Sat, 9 Jul 2022 07:35:36 +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 CFF84E0BBB for ; Sat, 9 Jul 2022 07:35:36 +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 708E233FEDE for ; Sat, 9 Jul 2022 07:35:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B80B051F for ; Sat, 9 Jul 2022 07:35:33 +0000 (UTC) From: "Matthew Smith" 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" Message-ID: <1657352115.81aa6572673c7cc76239867162f9e73f5a1434d2.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rebar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rebar/rebar-3.18.0-r1.ebuild dev-util/rebar/rebar-3.18.0.ebuild X-VCS-Directories: dev-util/rebar/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 81aa6572673c7cc76239867162f9e73f5a1434d2 X-VCS-Branch: master Date: Sat, 9 Jul 2022 07:35:33 +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: e1ef640c-2a8e-42aa-9123-0b1b59838847 X-Archives-Hash: e6405f0b2e7ab8b3a01ba34fb3b845ae commit: 81aa6572673c7cc76239867162f9e73f5a1434d2 Author: Matthew Smith gentoo org> AuthorDate: Sat Jul 9 07:26:15 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sat Jul 9 07:35:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81aa6572 dev-util/rebar: add otp crypto application to depends Closes: https://bugs.gentoo.org/856883 Signed-off-by: Matthew Smith gentoo.org> dev-util/rebar/{rebar-3.18.0.ebuild => rebar-3.18.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rebar/rebar-3.18.0.ebuild b/dev-util/rebar/rebar-3.18.0-r1.ebuild similarity index 99% rename from dev-util/rebar/rebar-3.18.0.ebuild rename to dev-util/rebar/rebar-3.18.0-r1.ebuild index 7aef643d13c2..06e277d964b5 100644 --- a/dev-util/rebar/rebar-3.18.0.ebuild +++ b/dev-util/rebar/rebar-3.18.0-r1.ebuild @@ -33,7 +33,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" - dev-lang/erlang + dev-lang/erlang[ssl] !dev-util/rebar-bin " DEPEND="${RDEPEND}"