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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F28515808E for ; Wed, 27 Apr 2022 09:08:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60E7BE077A; Wed, 27 Apr 2022 09:08:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43426E077A for ; Wed, 27 Apr 2022 09:08:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2FEA0341740 for ; Wed, 27 Apr 2022 09:08:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EEEB42F for ; Wed, 27 Apr 2022 09:08:46 +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: <1651050523.422f5073fd35a966804b638d3f03e96aeb415e2d.flow@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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 422f5073fd35a966804b638d3f03e96aeb415e2d X-VCS-Branch: master Date: Wed, 27 Apr 2022 09:08:46 +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: 1690ce1c-6527-4bd8-be24-577c9fa57aed X-Archives-Hash: 97b6a35f48ae69fe48990a3dff84f23d commit: 422f5073fd35a966804b638d3f03e96aeb415e2d Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Fri Apr 22 08:35:51 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Apr 27 09:08:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422f5073 app-emacs/ecb: mask USE=java java conditional dependencies are getting last-rited as they are blocking removal of vulnerable slot dev-java/guava:20 (bug #760111). Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/25153 Signed-off-by: Florian Schmaus 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 62cb76704ade..ca3963b1cd12 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. +# Volkmar W. Pogatzki (2022-04-22) +# java conditional dependencies are getting last-rited as they are +# blocking removal of vulnerable slot dev-java/guava:20 (bug #760111). +app-emacs/ecb java + # Matt Turner (2022-03-25) # Depends on libsoup:3.0 >=gnome-base/gvfs-1.50 http