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 24A52138330 for ; Tue, 13 Sep 2016 00:39:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 593C4E0839; Tue, 13 Sep 2016 00:39:10 +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 3B90AE0839 for ; Tue, 13 Sep 2016 00:39:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C1F2A33D3C5 for ; Tue, 13 Sep 2016 00:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DEBD2473 for ; Tue, 13 Sep 2016 00:39:05 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1473727123.2c2f80e5f65fde9eb5811df85eee5775f67d9ea4.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gcc/gcc-6.2.0.ebuild sys-devel/gcc/metadata.xml X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 2c2f80e5f65fde9eb5811df85eee5775f67d9ea4 X-VCS-Branch: master Date: Tue, 13 Sep 2016 00:39:05 +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: 3c5d6441-1662-41f4-9e42-1f0aa4b6bb44 X-Archives-Hash: e28ef90c77256d24044cbcc1b3bb0030 commit: 2c2f80e5f65fde9eb5811df85eee5775f67d9ea4 Author: Jason A. Donenfeld gentoo org> AuthorDate: Tue Sep 13 00:38:43 2016 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Tue Sep 13 00:38:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2f80e5 sys-devel/gcc: fix english Package-Manager: portage-2.3.0 sys-devel/gcc/gcc-6.2.0.ebuild | 1 - sys-devel/gcc/metadata.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-devel/gcc/gcc-6.2.0.ebuild b/sys-devel/gcc/gcc-6.2.0.ebuild index 4581d57..c45543f 100644 --- a/sys-devel/gcc/gcc-6.2.0.ebuild +++ b/sys-devel/gcc/gcc-6.2.0.ebuild @@ -21,6 +21,5 @@ if [[ ${CATEGORY} != cross-* ]] ; then fi src_prepare() { - toolchain_src_prepare } diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml index 28ea469..43abab0 100644 --- a/sys-devel/gcc/metadata.xml +++ b/sys-devel/gcc/metadata.xml @@ -29,7 +29,7 @@ Collector Run the testsuite and install the results (requires FEATURES=test) Build support for various sanitizer functions (ASAN/TSAN/etc...) - Enable to build Packages with SSP as default on + Build packages with stack smashing protector on by default Build support for virtual table verification (a C++ hardening feature)