From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-69023-garchives=archives.gentoo.org@gentoo.org>)
	id 1ISw1H-0004l9-7M
	for garchives@archives.gentoo.org; Wed, 05 Sep 2007 14:38:15 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l85EU15B001333;
	Wed, 5 Sep 2007 14:30:01 GMT
Received: from psmtp09.wxs.nl (psmtp09.wxs.nl [195.121.247.23])
	by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l85EOiQh026631
	for <gentoo-user@lists.gentoo.org>; Wed, 5 Sep 2007 14:24:44 GMT
Received: from graskamp (ip51cfa1ef.direct-adsl.nl [81.207.161.239])
 by psmtp09.wxs.nl
 (iPlanet Messaging Server 5.2 HotFix 2.15 (built Nov 14 2006))
 with ESMTP id <0JNW00HI6FXT3R@psmtp09.wxs.nl> for
 gentoo-user@lists.gentoo.org; Wed, 05 Sep 2007 16:22:42 +0200 (MEST)
Date: Wed, 05 Sep 2007 16:22:18 +0200
From: Benno Schulenberg <benno.schulenberg@gmail.com>
Subject: Re: [gentoo-user] EMERGE USE PHP additional options problem
In-reply-to: <003d01c7efc3$6d739120$a601a8c0@killermovil>
To: gentoo-user@lists.gentoo.org
Message-id: <200709051622.18539.benno.schulenberg@gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-version: 1.0
Content-type: text/plain; charset=windows-1252
Content-transfer-encoding: 7BIT
Content-disposition: inline
User-Agent: KMail/1.9.7
References: <1188962980-4c44d2a7-mlmmj-605012f4@936515a.plonk>
 <200709051429.54600.benno.schulenberg@gmail.com>
 <003d01c7efc3$6d739120$a601a8c0@killermovil>
X-Archives-Salt: 58671780-232b-416a-942d-e75ea77d5c5c
X-Archives-Hash: f433cbbec555594601aff1b966c681ab

Pablo Murillo wrote:
> I update de portage,

You did what exactly?  Did you run 'emerge --sync' or 'emerge -a portage'?

> [ebuild  N    ] virtual/mysql-5.0 
> [ebuild     U ] dev-lang/php-5.2.3-r3 [5.1.4]
> USE="-fastbuild* -filter% -ftp* -hash* -imap* -json% -ldap-sasl%
> -pic* -snmp* -sockets* -spell* -sqlite* -suhosin% -tokenizer*
> -xmlreader* -xmlrpc* -xmlwriter* -zip* -zip-external%"
> [blocks B     ] mail-mta/ssmtp (is blocking mail-mta/qmail-1.03-r16)
> [blocks B     ] mail-mta/qmail (is blocking mail-mta/ssmtp-2.61-r2)

Put the single line 'dev-lang/php  fastbuild ftp hash imap pic snmp
sockets spell sqlite tokenizer xmlreader xmlrpc xmlwriter zip -mysql'
in your /etc/portage/package.use file.  Create the file if it does not
exist, create the dir too if necessary.  The relevant parts are the
"sqlite" USE flag and the "-mysql" one, which will prevent mysql from
being pulled in, which will prevent ssmtp from being pulled in.

You will probably want to add "-mysql" to the USE flag definitions in
your /etc/make.conf.

Benno


PS: please do not top-post.  No matter what your mailer, please
organize your messages in a sensible order.
-- 
gentoo-user@gentoo.org mailing list