diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-04-09 13:47:26 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-04-12 08:22:09 +0100 |
commit | c9776f15d0da953ae1987b3378b5d85d42d4f8be (patch) | |
tree | c8f9a4de74ce981a2420b5478239bf44db5b6819 /eclass/rebar.eclass | |
parent | media-libs/esdl: depend on slotted rebar2 (diff) | |
download | gentoo-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.eclass | 4 |
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 |