diff options
author | Benda Xu <heroxbd@gentoo.org> | 2018-01-08 15:38:49 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2018-01-13 19:38:34 +0900 |
commit | 7c2fb2ce6eda5b7ac6bcaf6d9e83abd3e7ab0bd2 (patch) | |
tree | 7e51dbd731d3ba32a3b45ef8858f08a65adf6392 /profiles/profiles.desc | |
parent | media-gfx/meshlab: remove readheader (diff) | |
download | gentoo-7c2fb2ce6eda5b7ac6bcaf6d9e83abd3e7ab0bd2.tar.gz gentoo-7c2fb2ce6eda5b7ac6bcaf6d9e83abd3e7ab0bd2.tar.bz2 gentoo-7c2fb2ce6eda5b7ac6bcaf6d9e83abd3e7ab0bd2.zip |
profiles: introduce prefix 17.0 profiles.
| name | linux | glibc |
|----------------+------------------+-------|
| kernel-2.6.16+ | [2.6.16, 2.6.32) | <2.20 |
| kernel-2.6.32+ | [2.6.32, 3.2) | <2.24 |
| kernel-3.2+ | [3.2, latest) | latest|
See-Also: https://archives.gentoo.org/gentoo-dev/message/22204d747bd1c20311eecab403a4e25e
Diffstat (limited to 'profiles/profiles.desc')
-rw-r--r-- | profiles/profiles.desc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 4e3223a76b14..c3a0b3809840 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -334,8 +334,14 @@ x86-linux prefix/linux/x86 exp # Linux Standalone Profiles amd64-linux prefix/linux-standalone/amd64 exp amd64-linux prefix/linux-standalone/amd64/legacy exp +amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-3.2+ dev +amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-2.6.32+ dev +amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-2.6.16+ dev x86-linux prefix/linux-standalone/x86 exp x86-linux prefix/linux-standalone/x86/legacy exp +x86-linux default/linux/x86/17.0/prefix/kernel-3.2+ dev +x86-linux default/linux/x86/17.0/prefix/kernel-2.6.32+ dev +x86-linux default/linux/x86/17.0/prefix/kernel-2.6.16+ dev arm-linux prefix/linux-standalone/arm/armv7a exp arm64-linux prefix/linux-standalone/arm64 exp ppc64-linux prefix/linux-standalone/ppc64 exp |