From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-195216-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 2F1C01382C5
	for <garchives@archives.gentoo.org>; Wed, 10 Feb 2021 09:07:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BD6A4E0940;
	Wed, 10 Feb 2021 09:06:56 +0000 (UTC)
Received: from s1.swsch.de (s1.swsch.de [IPv6:2a01:4f8:a0:8074::2])
	(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 732DBE0930
	for <gentoo-user@lists.gentoo.org>; Wed, 10 Feb 2021 09:06:56 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xss.de;
	s=s1; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Subject:To:
	Message-ID:From:Date:Sender:Reply-To:Cc;
	bh=MTL3/O5iWkQMPCD6P3a0SjAF2dSG7ooVEVN4BBCyZw0=; b=MRyb38uBrHcXt0Rb9bGhhLNVyL
	AUOQ8o5pTRSzwZs9GH1g2AE+XyLpTTVKKP9OE05q14YxehL8/D1ot7SBI2zIhB87T7UVUqIHZwEhg
	L6ZE7WaTC2OGGpce0o1n2OZZDA/o/BfA4oMVpZwLCQoUjz5U8UXMqkYf1lcD5HeN+r+U=;
Received: from [2003:d4:4723:6700:954e:ceb8:2244:91de] (helo=PC-DEV.fritz.box)
	by s1.swsch.de with esmtpsa  (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
	(Exim 4.94)
	(envelope-from <s@xss.de>)
	id 1l9lSY-00009d-CZ
	for gentoo-user@lists.gentoo.org; Wed, 10 Feb 2021 10:06:54 +0100
Date: Wed, 10 Feb 2021 10:06:53 +0100
From: Stefan Schmiedl <s@xss.de>
Organization: EDV-Beratung Schmiedl
Message-ID: <868887392.20210210100653@xss.de>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] ruby and package.use
In-Reply-To: <20210210085239.130f4df4@digimed.co.uk>
References: <CAC=wYCECAEJ+4E-nsFdz-cp2dVDp9dbH3TcMmNDABWsDMeW_qQ@mail.gmail.com> 
  <20210210085239.130f4df4@digimed.co.uk>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Scan-Signature: 997709c3786f5213d45cf416491fb5f0
X-Archives-Salt: 1b8cfddc-2f24-4ee9-b08c-287c19ac7987
X-Archives-Hash: 39004cc4c9a75f9ab4507048d65793f6

"Neil Bothwick" <neil@digimed.co.uk>, 10.02.2021, 09:52:

> On Wed, 10 Feb 2021 16:45:15 +1100, Adam Carter wrote:

>> It seems like ruby regularly wants to stuff ruby_targets_rebyNN entries
>> into package.use on my machines - is this normal?

>> Now that ruby3 is out it wants to add a bunch of ruby_targets_ruby30
>> entries to the ruby_targets_ruby27 crud that's already there.

> Same here. When this happens, I delete /etc/portage/package.use/ruby and
> let portage create a fresh one.

> It's still a mess, just a slightly cleaner and up to date mess.

When a bunch of these pop up, I usually add that ruby version
to RUBY_TARGETS in /etc/portage/make.conf and restart the emerge.

s.