From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6E8461384C0 for ; Mon, 31 Aug 2015 00:05:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1F16142C5; Mon, 31 Aug 2015 00:04:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D767142C5 for ; Mon, 31 Aug 2015 00:04:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5391A3408BA for ; Mon, 31 Aug 2015 00:04:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9965416B for ; Mon, 31 Aug 2015 00:04:48 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1440979723.1e3ada87b7e0d035763e27c1c06e89979f572c3d.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/hardened/linux/uclibc/arm/, profiles/hardened/linux/arm/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/hardened/linux/arm/package.mask profiles/hardened/linux/musl/arm/package.mask profiles/hardened/linux/uclibc/arm/package.mask X-VCS-Directories: profiles/hardened/linux/uclibc/arm/ profiles/hardened/linux/musl/arm/ profiles/hardened/linux/arm/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 1e3ada87b7e0d035763e27c1c06e89979f572c3d X-VCS-Branch: master Date: Mon, 31 Aug 2015 00:04:48 +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: b74eb531-40ec-43fa-a79f-da90e5db7a3c X-Archives-Hash: 0d8c94f5d55b4c1c5eff318ebeb134b0 commit: 1e3ada87b7e0d035763e27c1c06e89979f572c3d Author: Anthony G. Basile gentoo org> AuthorDate: Mon Aug 31 00:08:31 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Aug 31 00:08:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3ada87 profiles: remove mask on >=gcc-4.8 for hardened arm #518598. profiles/hardened/linux/arm/package.mask | 13 ------------- profiles/hardened/linux/musl/arm/package.mask | 9 --------- profiles/hardened/linux/uclibc/arm/package.mask | 9 --------- 3 files changed, 31 deletions(-) diff --git a/profiles/hardened/linux/arm/package.mask b/profiles/hardened/linux/arm/package.mask deleted file mode 100644 index c97146e..0000000 --- a/profiles/hardened/linux/arm/package.mask +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# Anthony G. Basile (08 May 2015) -# Mask gcc 4.8 and above pending the fix of bug #518598 -=sys-devel/gcc-4.8* -=sys-devel/gcc-4.9* -=sys-devel/gcc-5.1* - -# >=sys-libs/glibc-2.20 requires >=sys-devel/gcc-4.8, -# so we mask it as well pending the fix of bug #518598 ->=sys-libs/glibc-2.20 diff --git a/profiles/hardened/linux/musl/arm/package.mask b/profiles/hardened/linux/musl/arm/package.mask deleted file mode 100644 index 56c5f22..0000000 --- a/profiles/hardened/linux/musl/arm/package.mask +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# Anthony G. Basile (08 May 2015) -# Mask gcc 4.8 and above pending the fix of bug #518598 -=sys-devel/gcc-4.8* -=sys-devel/gcc-4.9* -=sys-devel/gcc-5.1* diff --git a/profiles/hardened/linux/uclibc/arm/package.mask b/profiles/hardened/linux/uclibc/arm/package.mask deleted file mode 100644 index 56c5f22..0000000 --- a/profiles/hardened/linux/uclibc/arm/package.mask +++ /dev/null @@ -1,9 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation. -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# Anthony G. Basile (08 May 2015) -# Mask gcc 4.8 and above pending the fix of bug #518598 -=sys-devel/gcc-4.8* -=sys-devel/gcc-4.9* -=sys-devel/gcc-5.1*