From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1661971-garchives=archives.gentoo.org@lists.gentoo.org>
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 EE1F515852A
	for <garchives@archives.gentoo.org>; Fri, 16 Aug 2024 05:07:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 32C062BC01C;
	Fri, 16 Aug 2024 05:07:40 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 15ACD2BC01C
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Aug 2024 05:07:40 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3489134300E
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Aug 2024 05:07:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 127DB1EF7
	for <gentoo-commits@lists.gentoo.org>; Fri, 16 Aug 2024 05:07:36 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1723784819.ad2e2a40df3a7553ca3f6a1e430ae1cc56c767cf.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/hppa/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/arch/hppa/make.defaults
X-VCS-Directories: profiles/arch/hppa/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: ad2e2a40df3a7553ca3f6a1e430ae1cc56c767cf
X-VCS-Branch: master
Date: Fri, 16 Aug 2024 05:07:36 +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: 67351386-fd17-455f-9b72-2ee58b059a03
X-Archives-Hash: 5999e0d089ec754bd2dc8ad3fcf9851c

commit:     ad2e2a40df3a7553ca3f6a1e430ae1cc56c767cf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 05:06:59 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 05:06:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2e2a40

profiles/arch/hppa: drop stale ruby entry

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/arch/hppa/make.defaults | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults
index a279a075b229..b8faae33585f 100644
--- a/profiles/arch/hppa/make.defaults
+++ b/profiles/arch/hppa/make.defaults
@@ -22,7 +22,3 @@ CHOST_hppa="${CHOST}"
 # Donnie Berkholz <dberkholz@gentoo.org> (2006-08-18)
 # Defaults for video drivers
 VIDEO_CARDS="fbdev"
-
-# Hans de Graaff <graaff@gentoo.org> (2024-05-20)
-# Allow ruby32 stabling: https://bugs.gentoo.org/932285
-RUBY_TARGETS="ruby31 -ruby32"