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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 240581382C5 for ; Thu, 10 Dec 2020 20:18:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49C37E08BB; Thu, 10 Dec 2020 20:18:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 308D2E08BB for ; Thu, 10 Dec 2020 20:18:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3E9F5340CCD for ; Thu, 10 Dec 2020 20:18:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3364E39F for ; Thu, 10 Dec 2020 20:18:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1607631523.1467a4b2351876cd1dae77116a79920c6022a9f2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/package.use.mask X-VCS-Directories: profiles/prefix/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1467a4b2351876cd1dae77116a79920c6022a9f2 X-VCS-Branch: master Date: Thu, 10 Dec 2020 20:18:47 +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: 1331b313-9564-4594-a664-488f93a67d14 X-Archives-Hash: bb13459fa16ca2afa33417b7cf226286 commit: 1467a4b2351876cd1dae77116a79920c6022a9f2 Author: Sam James gentoo org> AuthorDate: Thu Dec 10 20:12:34 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 10 20:18:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1467a4b2 profiles/prefix/package.use.mask: mask dev-lang/ruby[systemtap] It's currently forcibly disabled in the ::prefix ebuilds and I'd like to get those dropped and synced with the main tree. We can return to this and drop the mask later, but adding it now lets us simplify the logic without having to test multiple things at once. Signed-off-by: Sam James gentoo.org> profiles/prefix/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/prefix/package.use.mask b/profiles/prefix/package.use.mask index 87169c7c52c..e256f5fbba1 100644 --- a/profiles/prefix/package.use.mask +++ b/profiles/prefix/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2020-12-10) +# Disable systemtap for now to be consistent +# with ::prefix pre-merge. +# Not yet tested so we may be able to drop this later. +dev-lang/ruby systemtap + # Fabian Groffen (2020-06-07) # installing kernels has no business in Prefix sys-apps/debianutils installkernel