Results 1 to 6 of 6
How?
I have the features I want in /etc/make.conf but still portage run ./configure --disable-<thefeatureIwant> . Is there any way I can overwrite this? and install some packages with all ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-30-2006 #1
Enabling all flags for certain packages
How?
I have the features I want in /etc/make.conf but still portage run ./configure --disable-<thefeatureIwant> . Is there any way I can overwrite this? and install some packages with all flags possible?Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 09-30-2006 #2
Read about use flags here, it shows how to specify use flags for a certain package, and also how to find out what use flags are available for a given package.
- 09-30-2006 #3
Read that but still portage use the same options
thanksPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 09-30-2006 #4
Wait, so even if you put entries into /etc/portage/package.use, Portage is ignoring them?
Make sure that you are formatting it correctly. For example, the mozilla-firefox package need to be:
Code:www-client/mozilla-firefox add_me -remove_me
- 09-30-2006 #5
You have to make sure that the use flag you want to use is available for that package. If it isn't, you can either compile it on your own and set variables, or you can edit the ebuild to set the variables.
Gentoo has great documentation on use flags, and I believe someone posted the link above. Please read it.
- 09-30-2006 #6
Thanks. I wasn't adding the correct formatting :P
Another thing, If I add the GPL flag, will all non-GPL flags disabled?Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums


Reply With Quote
