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 794F31382C5 for ; Mon, 14 May 2018 16:15:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8694CE0919; Mon, 14 May 2018 16:15:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5FEF1E0919 for ; Mon, 14 May 2018 16:15:52 +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 11E64335C74 for ; Mon, 14 May 2018 16:15:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85EB7286 for ; Mon, 14 May 2018 16:15:49 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1526314493.a96e8192563e02c1197134c7ff2518a5ecf8c616.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/cygwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/windows/cygwin/package.use X-VCS-Directories: profiles/prefix/windows/cygwin/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: a96e8192563e02c1197134c7ff2518a5ecf8c616 X-VCS-Branch: master Date: Mon, 14 May 2018 16:15:49 +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: 959df4c1-f4bb-47f1-8337-989514696a16 X-Archives-Hash: bb0b60eef34031e24d3076ce8aa27b88 commit: a96e8192563e02c1197134c7ff2518a5ecf8c616 Author: Michael Haubenwallner gentoo org> AuthorDate: Mon May 14 15:31:05 2018 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Mon May 14 16:14:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96e8192 profiles/cygwin/p.use: ssp not by default yet profiles/prefix/windows/cygwin/package.use | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/prefix/windows/cygwin/package.use b/profiles/prefix/windows/cygwin/package.use index 9439b6ac23c..e115972f7c1 100644 --- a/profiles/prefix/windows/cygwin/package.use +++ b/profiles/prefix/windows/cygwin/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michael Haubenwallner (14 May 2018) +# stack protector does not fully work on Cygwin yet +=sys-devel/gcc-6* -ssp + # Michael Haubenwallner (23 Mar 2017) # Using nettle hides a conflict between wincrypt and openssl. app-arch/libarchive nettle