From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1270101-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E8AE1382C5 for <garchives@archives.gentoo.org>; Mon, 12 Apr 2021 11:47:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E655E0802; Mon, 12 Apr 2021 11:47:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AF5CE0802 for <gentoo-commits@lists.gentoo.org>; Mon, 12 Apr 2021 11:47:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 163D5340AB5 for <gentoo-commits@lists.gentoo.org>; Mon, 12 Apr 2021 11:47:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA97659C for <gentoo-commits@lists.gentoo.org>; Mon, 12 Apr 2021 11:47:34 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1618227860.1333bc0ed95fbff18b32d67dc3a0183e6620e6d9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1333bc0ed95fbff18b32d67dc3a0183e6620e6d9 X-VCS-Branch: master Date: Mon, 12 Apr 2021 11:47:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5f395577-3d4f-43d7-b57e-e95d871aa717 X-Archives-Hash: 2de79973b0cea7053fa19eca739cb908 commit: 1333bc0ed95fbff18b32d67dc3a0183e6620e6d9 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Mon Apr 12 11:44:20 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Apr 12 11:44:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1333bc0e profiles/base: use.mask dev-libs/efl[mono] - generates +130 GB of files, killing SSD etc, clearly a bug in upstream or Gentoo. Investigating... Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 3f700b6cf3f..63be2ec5192 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Joonas Niilola <juippis@gentoo.org> (2021-04-12) +# Creates +130 GB worth of bindings, possibly Gentoo-related. +# Upstream issue: https://phab.enlightenment.org/T8924 +dev-libs/efl mono + # Sam James <sam@gentoo.org> (2021-04-09) # Crashes at runtime. # Mask LTO for now until issue with Qt