commit:     c9776f15d0da953ae1987b3378b5d85d42d4f8be
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 12:47:26 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 07:22:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9776f15

rebar.eclass: depend on slotted rebar2

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

 eclass/rebar.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/rebar.eclass b/eclass/rebar.eclass
index 17ae8e0d7658..e7a64bb7a7e2 100644
--- a/eclass/rebar.eclass
+++ b/eclass/rebar.eclass
@@ -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
 
 # @ECLASS: rebar.eclass
@@ -35,7 +35,7 @@ EXPORT_FUNCTIONS src_prepare src_compile src_test src_install
 RDEPEND="dev-lang/erlang:="
 DEPEND="${RDEPEND}"
 BDEPEND="
-       dev-util/rebar
+       dev-util/rebar:0
        >=sys-apps/gawk-4.1
 "
 if [[ ${EAPI} == 6 ]]; then

Reply via email to