Add warning for Extreme profile.
This commit is contained in:
parent
33e41c55e8
commit
bade620628
4
README
4
README
|
@ -15,7 +15,9 @@ Default Desktop/Laptop Profile
|
||||||
|
|
||||||
Extreme Desktop/Laptop Profile
|
Extreme Desktop/Laptop Profile
|
||||||
--------------------------------------------------------
|
--------------------------------------------------------
|
||||||
I'm using it for myself. Not all packages are ready for the profile.
|
Warning! Using this profile is unsafe as it could lead
|
||||||
|
to undefined behaviour of several packages!
|
||||||
|
Not all packages are ready for the profile.
|
||||||
Look at profiles/extreme/profile.bashrc for the exclusions I've added.
|
Look at profiles/extreme/profile.bashrc for the exclusions I've added.
|
||||||
/etc/portage/make.profile/parent:
|
/etc/portage/make.profile/parent:
|
||||||
/var/portage/portage/profiles/default/linux/amd64/13.0
|
/var/portage/portage/profiles/default/linux/amd64/13.0
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# Warning! Using this profile is unsafe as it could lead
|
||||||
|
# to undefined behaviour of several packages!
|
||||||
|
|
||||||
# no-lto
|
# no-lto
|
||||||
if [[ true != false
|
if [[ true != false
|
||||||
&& ${CATEGORY}/${PN} != sys-apps/sandbox
|
&& ${CATEGORY}/${PN} != sys-apps/sandbox
|
||||||
|
|
Loading…
Reference in New Issue