summaryrefslogtreecommitdiff
blob: cb70be0a64de4a68c02b30508217d63928bc8ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# Andreas K. Huettel <dilfridge@gentoo.org> (27 May 2017)
# In the 17.0 profiles we assume that our system compiler uses C++14
# or later as default language setting. This means it has to be at
# least GCC 6. If you need an older compiler for specific purposes,
# feel free to unmask it, however, using it for normal emerging of
# packages is neither recommended nor supported in any way.
<sys-devel/gcc-6

# Andreas K. Huettel <dilfridge@gentoo.org> (27 May 2017)
# We can unmask ICU 59 and later now we for sure have a recent GCC
# Note: "and later" is safe here since the profiles/package.mask
# still overrides.
->=dev-libs/icu-59
->=dev-libs/icu-layoutex-59