diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-01 12:56:14 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-07-01 13:01:22 +0200 |
commit | abc0ab8c49ce257499f1b0d2defda707d2f0ae72 (patch) | |
tree | 2329a841e4282a6ba5f349d0794f43c04dffef54 /profiles/default/linux/make.defaults | |
parent | profiles: Delete trailing whitespace in package.mask. (diff) | |
download | gentoo-abc0ab8c49ce257499f1b0d2defda707d2f0ae72.tar.gz gentoo-abc0ab8c49ce257499f1b0d2defda707d2f0ae72.tar.bz2 gentoo-abc0ab8c49ce257499f1b0d2defda707d2f0ae72.zip |
profiles: Update all files to YYYY-MM-DD date format.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'profiles/default/linux/make.defaults')
-rw-r--r-- | profiles/default/linux/make.defaults | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 0716de8a14c9..53627949e148 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -19,37 +19,37 @@ USE="${USE} fortran openmp" # Security ftw. USE="${USE} seccomp" -# 2010/10/21 - Ole Markus With <olemarkus@gentoo.org> +# Ole Markus With <olemarkus@gentoo.org> (2010-10-21) # These USE flags were originally inserted here because of PHP # and were later removed by me. Reinserting the USE flags again because they are # global USE flags that may be expected to be set by other packages. USE="${USE} cli pcre" -# 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org> +# Donnie Berkholz <dberkholz@gentoo.org> (2006-03-07) # Modular X: Support direct rendering by default -# 2013/01/21 - Andreas K. Huettel <dilfridge@gentoo.org> +# Andreas K. Huettel <dilfridge@gentoo.org> (2013-01-21) # Re-added following discussion with chithead USE="${USE} dri" -# 2006/10/28 - Luca Barbato <lu_zero@gentoo.org> +# Luca Barbato <lu_zero@gentoo.org> (2006-10-28) # on glibc system you cannot turn it off USE="${USE} iconv" -# 2017/01/17 - Matt Turner <mattst88@gentoo.org> +# Matt Turner <mattst88@gentoo.org> (2017-01-17) # Sane defaults for input drivers INPUT_DEVICES="libinput" -# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org> +# Donnie Berkholz <dberkholz@gentoo.org> (2006-08-18) # Lowest common denominator defaults for video drivers, # except hppa, which lacks v4l so removes it in the hppa profile VIDEO_CARDS="dummy fbdev v4l" -# 2008/07/09 - Doug Goldstein <cardoe@gentoo.org> +# Doug Goldstein <cardoe@gentoo.org> (2008-07-09) # Adding LDFLAGS="-Wl,-O1 for all Linux profiles by default # after discussion on the gentoo-dev ML. As we bang out a clear # direction with how LDFLAGS will be set by default, this entry # may move. -# 2010/07/12 - Samuli Suominen <ssuominen@gentoo.org> +# Samuli Suominen <ssuominen@gentoo.org> (2010-07-12) # Note that adding LDFLAGS="-Wl,-O1 ${LDFLAGS}" breaks dev-util/boost-build # because of whitespace. LDFLAGS="-Wl,-O1 -Wl,--as-needed" |