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 13204139694 for ; Tue, 25 Apr 2017 07:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77D1CE0CF9; Tue, 25 Apr 2017 07:06:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57846E0CF9 for ; Tue, 25 Apr 2017 07:06:48 +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 83ACE3413B7 for ; Tue, 25 Apr 2017 07:06:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87B28743F for ; Tue, 25 Apr 2017 07:06:45 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1493103997.30a04b2f706f1a065e401fbb1fa3d480ade7a598.klausman@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: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 30a04b2f706f1a065e401fbb1fa3d480ade7a598 X-VCS-Branch: master Date: Tue, 25 Apr 2017 07:06:45 +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: c10b31f0-20a8-437d-860f-d2216bb6161e X-Archives-Hash: 64e12f2e8fcb0edfb1c986241d140399 commit: 30a04b2f706f1a065e401fbb1fa3d480ade7a598 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Apr 25 07:05:53 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Apr 25 07:06:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a04b2f Profile changes for bug 615818 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 ac23ebed5b3..25c2ed44634 100644 --- a/profiles/arch/alpha/make.defaults +++ b/profiles/arch/alpha/make.defaults @@ -27,7 +27,3 @@ VIDEO_CARDS="fbdev glint mach64 mga nv r128 radeon savage tdfx voodoo" # Defaults for audio drivers. These are copied from x86 (minus modems), since # 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 (17 Apr 2017) -# Temporary entry to support stable bug 615818 -RUBY_TARGETS="ruby21" diff --git a/profiles/arch/alpha/use.stable.mask b/profiles/arch/alpha/use.stable.mask index af7d30ae156..9a7a23bf7ab 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 (17 Apr 2017) -# Temporary mask to support stable bug 615818 -ruby_targets_ruby22 - # Tobias Klausmann (17 Mar 2016) # Webkit itself is enormous (~13h compile+test on our fastest dev machine), so # it will remain not-stable forever. Mask the USE flag accordingly.