summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-04-09 13:47:26 +0100
committerMatthew Smith <matthew@gentoo.org>2022-04-12 08:22:09 +0100
commitc9776f15d0da953ae1987b3378b5d85d42d4f8be (patch)
treec8f9a4de74ce981a2420b5478239bf44db5b6819 /eclass/rebar.eclass
parentmedia-libs/esdl: depend on slotted rebar2 (diff)
downloadgentoo-c9776f15d0da953ae1987b3378b5d85d42d4f8be.tar.gz
gentoo-c9776f15d0da953ae1987b3378b5d85d42d4f8be.tar.bz2
gentoo-c9776f15d0da953ae1987b3378b5d85d42d4f8be.zip
rebar.eclass: depend on slotted rebar2
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'eclass/rebar.eclass')
-rw-r--r--eclass/rebar.eclass4
1 files 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