From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1477666-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 7EFCA15800F for <garchives@archives.gentoo.org>; Sun, 15 Jan 2023 12:53:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60384E0919; Sun, 15 Jan 2023 12:53:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4A961E090E for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jan 2023 12:53:51 +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 8ED37340F40 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jan 2023 12:53:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8462B896 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jan 2023 12:53:46 +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: <1673787162.3c8e83610836681633c2e90b6f0785a26dd5d8af.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm/make.defaults profiles/arch/arm/use.stable.mask X-VCS-Directories: profiles/arch/arm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3c8e83610836681633c2e90b6f0785a26dd5d8af X-VCS-Branch: master Date: Sun, 15 Jan 2023 12:53:46 +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: a8e208f2-ef48-46bb-bd02-8460d8f4eb82 X-Archives-Hash: 8d2cf2e4b97a32a9ca787c53135b3c25 commit: 3c8e83610836681633c2e90b6f0785a26dd5d8af Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 15 12:52:42 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 15 12:52:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8e8361 profiles/arch/arm: unmask ruby30 Bug: https://bugs.gentoo.org/890915 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm/make.defaults | 4 ---- profiles/arch/arm/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/arm/make.defaults b/profiles/arch/arm/make.defaults index 6eee33f58dd2..4527d2144ae0 100644 --- a/profiles/arch/arm/make.defaults +++ b/profiles/arch/arm/make.defaults @@ -25,7 +25,3 @@ VIDEO_CARDS="exynos fbdev omap" # Michał Górny <mgorny@gentoo.org> (2017-03-14) # Unhide the ARM-specific USE_EXPANDs. USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM" - -# Hans de Graaff <graaff@gentoo.org> (2023-01-15) -# Temporary mask for https://bugs.gentoo.org/890915 -RUBY_TARGETS="ruby27" diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask index e17443daa607..106b7593e9af 100644 --- a/profiles/arch/arm/use.stable.mask +++ b/profiles/arch/arm/use.stable.mask @@ -4,10 +4,6 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask -# Hans de Graaff <graaff@gentoo.org> (2023-01-15) -# Temporary mask for https://bugs.gentoo.org/890915 -ruby_targets_ruby30 - # Sam James <sam@gentoo.org> (2022-01-16) # net-libs/gnome-online-accounts is not marked stable on arm yet gnome-online-accounts