| View previous topic :: View next topic |
| Author |
Message |
sk8harddiefast Apprentice


Joined: 15 Feb 2009 Posts: 236 Location: athens
|
Posted: Thu Oct 22, 2009 12:47 pm Post subject: any idea how to resolve that? |
|
|
emerge --sync
!!!Your current profile is deprecated and not supported anymore.
!!! Please upgrade to the following profile if possible:
default/linux/x86/10.0/desktop _________________ Gentoo extremelly addicted user visit my site: http://ember-site.webs.com/ |
|
| Back to top |
|
 |
ziggysquatch Apprentice


Joined: 16 Nov 2004 Posts: 172 Location: /USA/Minnesota
|
Posted: Thu Oct 22, 2009 12:51 pm Post subject: |
|
|
To see available profiles:
| Code: | | eselect profile list |
then set it with
| Code: | | eselect profile set # |
where # is the number of the profile you want from the list. |
|
| Back to top |
|
 |
sk8harddiefast Apprentice


Joined: 15 Feb 2009 Posts: 236 Location: athens
|
Posted: Thu Oct 22, 2009 12:53 pm Post subject: Solved |
|
|
ok.i fix it!!!!!  _________________ Gentoo extremelly addicted user visit my site: http://ember-site.webs.com/ |
|
| Back to top |
|
 |
Veldrin Veteran


Joined: 27 Jul 2004 Posts: 1740 Location: Zurich, Switzerland
|
Posted: Thu Oct 22, 2009 12:54 pm Post subject: |
|
|
The old way to do this
| Code: | | # ln -snf /usr/portage/profile/default/linux/x86/10.0/desktop /etc/make.profile |
the more recent one, is to use eselect...
| Code: | # eselect profile list
# eselect profile set ## <----- where ## is the desired profile number, pointing to linux/x86/10.0/desktop |
cheers
V. |
|
| Back to top |
|
 |
|