[gentoo-user] newbie portage question -- don't want X progs

2004-01-13 Thread john lawler
Hi guys, I'm new to gentoo, after getting a referral from a buddy of mine. I've got a year or so's experience with Linux in general, mostly coming from the RedHat side, but after hearing about the philosophy behind gentoo, I decided to check it out. So far, I'm pretty impressed. The install

Re: [gentoo-user] newbie portage question -- don't want X progs

2004-01-13 Thread Alan
I'm setting up a web/dns/mail server as my first try at gentoo, and everything was going along pretty well as I installed bind and apache and a few other basic packages with 'emerge -k package_name', until I decided to try to install mod_php. Now, granted I didn't verify that this was

Re: [gentoo-user] newbie portage question -- don't want X progs

2004-01-13 Thread Daniel Drake
Alan wrote: Funnily enough, add -X into your list of use flags for this. However, php seems to really like having X for some of it's plugins and font processing. USE=-X -qt *should* be enough here. Daniel -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] Newbie Portage Question

2003-08-14 Thread Ian Truelsen
On Wed, 6 Aug 2003 19:30:16 +0100 Jordan Elver [EMAIL PROTECTED] wrote: Hi, I was wondering how I can handle the merging of ~x86 packages. For example, I wanted to install opera 7 which is unstable, so I did: KEYWORDS=~x86 emerge opera Which gave the desired result. The problem now

Re: [gentoo-user] Newbie Portage Question

2003-08-14 Thread Renat Golubchyk
On Wednesday 06 August 2003 20:30, Jordan Elver wrote: Hi, I was wondering how I can handle the merging of ~x86 packages. For example, I wanted to install opera 7 which is unstable, so I did: KEYWORDS=~x86 emerge opera Shouldn't that be ACCEPT_KEYWORDS=~x86 ? The problem now though

[gentoo-user] Newbie Portage Question

2003-08-14 Thread Jordan Elver
Hi, I was wondering how I can handle the merging of ~x86 packages. For example, I wanted to install opera 7 which is unstable, so I did: KEYWORDS=~x86 emerge opera Which gave the desired result. The problem now though is that everytime I do an emerge world it wants to downgrade opera

Re: [gentoo-user] Newbie Portage Question

2003-08-10 Thread douggorley
You might find this FAQ helpful: http://forums.gentoo.org/viewtopic.php?t=33534 Doug Gorley | [EMAIL PROTECTED] - Original Message - From: Jordan Elver [EMAIL PROTECTED] Date: Wednesday, August 6, 2003 11:30 am Subject: [gentoo-user] Newbie Portage Question Hi, I was wondering how I

Re: [gentoo-user] Newbie Portage Question

2003-08-08 Thread Christopher Egner
The man page (man emerge) says that you can inject a package. Or make portage assume its installed by: emerge -i pkgname or emerge inject pkgname If portage thinks the latest version is installed it won't worry that you have a newer one installed. Hope that helps. Side note for everyone else,