From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BF91158042 for ; Fri, 18 Oct 2024 08:27:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 900F6E0965; Fri, 18 Oct 2024 08:27:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D303E0965 for ; Fri, 18 Oct 2024 08:27:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E82A2343022 for ; Fri, 18 Oct 2024 08:27:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CFA4AE7 for ; Fri, 18 Oct 2024 08:27:04 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1729239682.71f45f5f30191b1a9f8185b0956ab7cd20e7d1a0.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/cache_tab/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/cache_tab/cache_tab-1.0.31.ebuild X-VCS-Directories: dev-erlang/cache_tab/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 71f45f5f30191b1a9f8185b0956ab7cd20e7d1a0 X-VCS-Branch: master Date: Fri, 18 Oct 2024 08:27:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a64623a-a8e2-47c6-bbbc-e6afa130daf0 X-Archives-Hash: 211ae5c2c9b46d6ffad3b193f48cdaa8 commit: 71f45f5f30191b1a9f8185b0956ab7cd20e7d1a0 Author: Florian Schmaus gentoo org> AuthorDate: Fri Oct 18 06:42:21 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Oct 18 08:21:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f45f5f dev-erlang/cache_tab: switch back to rebar eclass The package uses rebar3 modules that rebar tries to download at compile time, causing a network sandbox violation. Closes: https://bugs.gentoo.org/936085 Signed-off-by: Florian Schmaus gentoo.org> dev-erlang/cache_tab/cache_tab-1.0.31.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-erlang/cache_tab/cache_tab-1.0.31.ebuild b/dev-erlang/cache_tab/cache_tab-1.0.31.ebuild index dae0367232a0..ba48e7f3d529 100644 --- a/dev-erlang/cache_tab/cache_tab-1.0.31.ebuild +++ b/dev-erlang/cache_tab/cache_tab-1.0.31.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit rebar3 +inherit rebar DESCRIPTION="In-memory cache Erlang and Elixir library" HOMEPAGE="https://github.com/processone/cache_tab"