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/prefix/linux | |
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/prefix/linux')
-rw-r--r-- | profiles/prefix/linux/amd64/make.defaults | 2 | ||||
-rw-r--r-- | profiles/prefix/linux/make.defaults | 8 | ||||
-rw-r--r-- | profiles/prefix/linux/package.mask | 2 | ||||
-rw-r--r-- | profiles/prefix/linux/package.use.mask | 2 | ||||
-rw-r--r-- | profiles/prefix/linux/use.mask | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/profiles/prefix/linux/amd64/make.defaults b/profiles/prefix/linux/amd64/make.defaults index 01d39d236ab9..22be1cd833fb 100644 --- a/profiles/prefix/linux/amd64/make.defaults +++ b/profiles/prefix/linux/amd64/make.defaults @@ -1,7 +1,7 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -#Note: this is Gentoo Prefix specific! (13 Jul 2008, darkside) +#Note: this is Gentoo Prefix specific! (2008-07-13, darkside) # The base profile sets ACCEPT_KEYWORDS=amd64 and we don't have that in prefix. ACCEPT_KEYWORDS="-amd64 ~amd64-linux" diff --git a/profiles/prefix/linux/make.defaults b/profiles/prefix/linux/make.defaults index 4e2672bc1ceb..22b9a93c7c80 100644 --- a/profiles/prefix/linux/make.defaults +++ b/profiles/prefix/linux/make.defaults @@ -5,12 +5,12 @@ ELIBC="glibc" KERNEL="linux" -# Fabian Groffen <grobian@gentoo.org> (13 Sep 2017) +# Fabian Groffen <grobian@gentoo.org> (2017-09-13) # Traditional Prefix is no-multilib, and always installs in /lib so # don't check against this for "incompatible" objects FEATURES="-multilib-strict" -# 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="iconv" @@ -21,12 +21,12 @@ USE="${USE} openmp" # can be for a non-prefix install USE="${USE} -acl" -# 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/08/12 - Fabian Groffen <grobian@gentoo.org> +# Fabian Groffen <grobian@gentoo.org> (2010-08-12) # Unlike default/linux, we do NOT have --as-needed here, as it seems to # break a random amount of packages, that don't break (or just not # enough) for non-Prefix installs. diff --git a/profiles/prefix/linux/package.mask b/profiles/prefix/linux/package.mask index b13eb34a5206..4a1b653891cd 100644 --- a/profiles/prefix/linux/package.mask +++ b/profiles/prefix/linux/package.mask @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Michael Haubenwallner <haubi@gentoo.org> (08 Jan 2019) +# Michael Haubenwallner <haubi@gentoo.org> (2019-01-08) # Prefix Guest does use host libc and host kernel's headers, # hence packages should depend on virtual/os-headers instead. sys-kernel/linux-headers diff --git a/profiles/prefix/linux/package.use.mask b/profiles/prefix/linux/package.use.mask index 67fc3998519c..d578c64b9d89 100644 --- a/profiles/prefix/linux/package.use.mask +++ b/profiles/prefix/linux/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Michael Haubenwallner <haubi@gentoo.org> (02 May 2019) +# Michael Haubenwallner <haubi@gentoo.org> (2019-05-02) # gold is linux only, and is required by cxx sys-devel/binutils -cxx -gold -default-gold diff --git a/profiles/prefix/linux/use.mask b/profiles/prefix/linux/use.mask index 03831a79a58d..511343b0614d 100644 --- a/profiles/prefix/linux/use.mask +++ b/profiles/prefix/linux/use.mask @@ -1,7 +1,7 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Michael Haubenwallner <haubi@gentoo.org> (19 Apr 2016) +# Michael Haubenwallner <haubi@gentoo.org> (2016-04-19) # Unmask the linux-glibc combo, or we get bug#574822. -elibc_glibc -kernel_linux |