From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-919697-garchives=archives.gentoo.org@lists.gentoo.org> 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 2B562139085 for <garchives@archives.gentoo.org>; Wed, 28 Dec 2016 15:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93574E0CB4; Wed, 28 Dec 2016 15:49:41 +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 724E4E0CB4 for <gentoo-commits@lists.gentoo.org>; Wed, 28 Dec 2016 15:49:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E21A13412F9 for <gentoo-commits@lists.gentoo.org>; Wed, 28 Dec 2016 15:49:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9D9E4A0 for <gentoo-commits@lists.gentoo.org>; Wed, 28 Dec 2016 15:49:37 +0000 (UTC) From: "Andrey Grozin" <grozin@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, "Andrey Grozin" <grozin@gentoo.org> Message-ID: <1482940096.d06c8e2e3cfa77b0b1766e9414e6ed33065b0b0d.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/x86/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/use.stable.mask profiles/arch/x86/use.stable.mask X-VCS-Directories: profiles/arch/x86/ profiles/arch/amd64/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: d06c8e2e3cfa77b0b1766e9414e6ed33065b0b0d X-VCS-Branch: master Date: Wed, 28 Dec 2016 15:49:37 +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-Archives-Salt: 089c446b-5e4a-4083-973d-d39250ac4ded X-Archives-Hash: bbe9fbd67fc08be5c1df00cab14f8efd commit: d06c8e2e3cfa77b0b1766e9414e6ed33065b0b0d Author: Andrey Grozin <grozin <AT> gentoo <DOT> org> AuthorDate: Wed Dec 28 15:48:16 2016 +0000 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org> CommitDate: Wed Dec 28 15:48:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06c8e2e profiles: arch/{amd64,x86}/use.stable.mask remove gcl profiles/arch/amd64/use.stable.mask | 1 - profiles/arch/x86/use.stable.mask | 1 - 2 files changed, 2 deletions(-) diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index 19d5072..9f51cf5 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -12,7 +12,6 @@ apparmor # Andrey Grozin <grozin@gentoo.org> (25 Jun 2014) # no stable versions on amd64 clozurecl -gcl # Michał Górny <mgorny@gentoo.org> (30 Mar 2014) # PyPy is unstable on this arch. diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index 1d90d57..b121d58 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -12,7 +12,6 @@ apparmor # Andrey Grozin <grozin@gentoo.org> (25 Jun 2014) # no stable versions on x86 clozurecl -gcl # Michał Górny <mgorny@gentoo.org> (30 Mar 2014) # PyPy is unstable on this arch.