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 4B6E0138334 for ; Fri, 8 Jun 2018 18:29:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15F96E08D9; Fri, 8 Jun 2018 18:29:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DDAA0E08D9 for ; Fri, 8 Jun 2018 18:29:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1B077335C94 for ; Fri, 8 Jun 2018 18:29:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BEB829E for ; Fri, 8 Jun 2018 18:29:45 +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: <1528482565.be6dbc5a9d2052338d58e0a6ea2d69cf118ecec1.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: be6dbc5a9d2052338d58e0a6ea2d69cf118ecec1 X-VCS-Branch: master Date: Fri, 8 Jun 2018 18:29: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: 55eebd89-55f7-40c3-aab7-0cf908a17dfe X-Archives-Hash: 55a7e386f08d4484ff68543f6670c4d4 commit: be6dbc5a9d2052338d58e0a6ea2d69cf118ecec1 Author: Michael Haubenwallner gentoo org> AuthorDate: Fri Jun 8 18:27:34 2018 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Fri Jun 8 18:29:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6dbc5a profiles/cygwin/p.use: disable ssp for all gcc versions Bug: https://bugs.gentoo.org/657594 profiles/prefix/windows/cygwin/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/prefix/windows/cygwin/package.use b/profiles/prefix/windows/cygwin/package.use index e115972f7c1..e84dda26175 100644 --- a/profiles/prefix/windows/cygwin/package.use +++ b/profiles/prefix/windows/cygwin/package.use @@ -3,7 +3,7 @@ # Michael Haubenwallner (14 May 2018) # stack protector does not fully work on Cygwin yet -=sys-devel/gcc-6* -ssp +sys-devel/gcc -ssp # Michael Haubenwallner (23 Mar 2017) # Using nettle hides a conflict between wincrypt and openssl.