blob: e115972f7c11646acc09d8703c15ef0df3f6579a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Michael Haubenwallner <haubi@gentoo.org> (14 May 2018)
# stack protector does not fully work on Cygwin yet
=sys-devel/gcc-6* -ssp
# Michael Haubenwallner <haubi@gentoo.org> (23 Mar 2017)
# Using nettle hides a conflict between wincrypt and openssl.
app-arch/libarchive nettle
# Michael Haubenwallner <haubi@gentoo.org> (18 Apr 2016)
# Cygwin coreutils provide kill as gkill
sys-apps/coreutils kill
|