logo

overlay

My (experimental) gentoo overlay
commit: 03df67ccf8101cbb74c84f39ee3344b9e0b1b20b
parent: 7b02d9e6875a9130cf8e53a90c0c1906e3aed8be
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 14 Jun 2019 00:58:01 +0200

dev-util/rebar3: ./bootstrap requires networking

Diffstat:

Mdev-util/rebar3/rebar3-3.11.1.ebuild1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dev-util/rebar3/rebar3-3.11.1.ebuild b/dev-util/rebar3/rebar3-3.11.1.ebuild @@ -12,6 +12,7 @@ SRC_URI="https://github.com/erlang/rebar3/archive/3.11.1.tar.gz -> ${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" +RESTRICT="network-sandbox" DEPEND="dev-lang/erlang" RDEPEND="${DEPEND}"