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 09B4C138334 for ; Sat, 17 Nov 2018 21:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1338E0BDB; Sat, 17 Nov 2018 21:34:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B7074E0BDB for ; Sat, 17 Nov 2018 21:34:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 97440335CCB for ; Sat, 17 Nov 2018 21:34:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F97D47B for ; Sat, 17 Nov 2018 21:34:15 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1542490436.822037073bda9c73d9962183bfd1f25fb7e0ba41.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/x86/make.defaults profiles/arch/x86/use.stable.mask X-VCS-Directories: profiles/arch/x86/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 822037073bda9c73d9962183bfd1f25fb7e0ba41 X-VCS-Branch: master Date: Sat, 17 Nov 2018 21:34:15 +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-Archives-Salt: 59c141b7-cae6-4aa5-a171-a6e9958f2729 X-Archives-Hash: a4d7c5ea699ec3f63cbffaff55d1f633 commit: 822037073bda9c73d9962183bfd1f25fb7e0ba41 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Nov 17 21:32:47 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Nov 17 21:33:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82203707 profiles: x86: enable ruby24 target Bug: https://bugs.gentoo.org/661262 Signed-off-by: Thomas Deutschmann gentoo.org> profiles/arch/x86/make.defaults | 4 ---- profiles/arch/x86/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/x86/make.defaults b/profiles/arch/x86/make.defaults index d18827217a3..231dfd1b9be 100644 --- a/profiles/arch/x86/make.defaults +++ b/profiles/arch/x86/make.defaults @@ -43,10 +43,6 @@ IUSE_IMPLICIT="abi_x86_32" # Default to abi_x86_32 for packages that don't have it forced. ABI_X86="32" -# Hans de Graaff (12 Nov 2018) -# Temporary entry to support stable bug 661262 -RUBY_TARGETS="ruby23 -ruby24" - # Thomas Deutschmann (6 Jun 2018) # Enable USE=libtirpc by default, to ease dependency resolution during # the stabilization of glibc-2.26. Bug 657148 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 1bb5b16ffc7..66a0ff58b14 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -8,10 +8,6 @@ # media-sound/audacious is not yet stabilised audacious -# Hans de Graaff (12 Nov 2018) -# Temporary mask for ruby:2.4, bug 661262 -ruby_targets_ruby24 - # Mike Gilbert (08 Jun 2017) # dev-lang/python:3.7 is not stable. python_targets_python3_7