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 B790D138334 for ; Thu, 27 Dec 2018 02:58:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 654E5E0973; Thu, 27 Dec 2018 02:57:54 +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 37750E0973 for ; Thu, 27 Dec 2018 02:57:54 +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 CD567335CA6 for ; Thu, 27 Dec 2018 02:57:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7FCC503 for ; Thu, 27 Dec 2018 02:57:47 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1545878985.d807d69d4d3b4998f43fec333a4c45f8614d730c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/alpha/make.defaults profiles/arch/alpha/use.stable.mask X-VCS-Directories: profiles/arch/alpha/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d807d69d4d3b4998f43fec333a4c45f8614d730c X-VCS-Branch: master Date: Thu, 27 Dec 2018 02:57: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: ea1a5718-c608-4471-9cf0-0e6612fc83e6 X-Archives-Hash: f5c0d7a4373cefdcda8750d3b38db5a8 commit: d807d69d4d3b4998f43fec333a4c45f8614d730c Author: Matt Turner gentoo org> AuthorDate: Thu Dec 27 02:32:26 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 27 02:49:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d807d69d profiles/arch/alpha: unmask RUBY_TARGETS=ruby24, bug 661262 Bug: https://bugs.gentoo.org/661262 Signed-off-by: Matt Turner gentoo.org> profiles/arch/alpha/make.defaults | 4 ---- profiles/arch/alpha/use.stable.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/alpha/make.defaults b/profiles/arch/alpha/make.defaults index efb7262f104..db56fd05843 100644 --- a/profiles/arch/alpha/make.defaults +++ b/profiles/arch/alpha/make.defaults @@ -28,10 +28,6 @@ VIDEO_CARDS="fbdev glint mga nv r128 radeon tdfx voodoo" # Alpha supports the same busses. ALSA_CARDS="ali5451 als4000 bt87x ca0106 cmipci emu10k1 ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 maestro3 trident usb-audio via82xx ymfpci" -# Hans de Graaff (12 Nov 2018) -# Temporary entry to support stable bug 661262 -RUBY_TARGETS="ruby23" - # Tobias Klausmann (25 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/alpha/use.stable.mask b/profiles/arch/alpha/use.stable.mask index 30ef89054df..e1b9f434793 100644 --- a/profiles/arch/alpha/use.stable.mask +++ b/profiles/arch/alpha/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 (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