logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 06c6b07a5e7ed029b0ec447ba4052be45e614eb7
parent 5a7c0c0968de1de5e206240efc455572be2f480b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 12 Jun 2023 09:34:05 +0200

www-apps/pleroma: RESTRICT=network-sandbox for elixir dependencies

Diffstat:

Mwww-apps/pleroma/pleroma-2.5.2.ebuild4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/www-apps/pleroma/pleroma-2.5.2.ebuild b/www-apps/pleroma/pleroma-2.5.2.ebuild @@ -14,6 +14,10 @@ SLOT="otp" KEYWORDS="~amd64" IUSE="imagemagick ffmpeg exiftool" +# Requires network access (https) as long as elixir dependencies aren't packaged +# said dependencies have their checksum verified via `mix.lock` +RESTRICT="network-sandbox" + BDEPEND=" dev-lang/erlang:= dev-lang/elixir:=