blob: e42eadac8934678ce2b74bd469fd5dc204f1e99f (
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> (2018-05-14)
# stack protector does not fully work on Cygwin yet
sys-devel/gcc -ssp
# Michael Haubenwallner <haubi@gentoo.org> (2017-03-23)
# Using nettle hides a conflict between wincrypt and openssl.
app-arch/libarchive nettle
# Michael Haubenwallner <haubi@gentoo.org> (2016-04-18)
# Cygwin coreutils provide kill as gkill
sys-apps/coreutils kill
|