From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FC3Q8-0004cV-7Z for garchives@archives.gentoo.org; Wed, 22 Feb 2006 23:29:20 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k1MNQmDo005385; Wed, 22 Feb 2006 23:26:48 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k1MNFc61014090 for ; Wed, 22 Feb 2006 23:15:39 GMT Received: by wproxy.gmail.com with SMTP id i20so1211182wra for ; Wed, 22 Feb 2006 15:15:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kN2okqI3+lHIXg5YnrfUeoTzGC/7ddBfdEjNGLMjaExM9R3Jr45JfjsOZUB6TMvbbMr+en/Hf6nTmFAnzrU4sv+ICCKzc2bjLCHJPjrRLd4knFTkaGZz51iuZro7U6MAunvKn6lDdNYZm1QT9E72DQhgnq6j8lTCYWd1cZ8hT+o= Received: by 10.54.152.4 with SMTP id z4mr53189wrd; Wed, 22 Feb 2006 15:15:38 -0800 (PST) Received: by 10.54.69.19 with HTTP; Wed, 22 Feb 2006 15:15:38 -0800 (PST) Message-ID: <7573e9640602221515re5996dcx78021683a18b1305@mail.gmail.com> Date: Wed, 22 Feb 2006 16:15:38 -0700 From: "Richard Fish" Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Why does wordpress require xterm? In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id k1MNFc61014090 X-Archives-Salt: 2c823361-ee16-4207-8af2-b06af796aa7c X-Archives-Hash: 96f0abda4db4f8cf9b622b46cf49df8e On 2/22/06, Lance Jacobs wrote: > Looking at the wordpress ebuild file, I do not see any reason for it to > have a dependency on xterm. I'm probably missing something simple, but > I just don't see it. Any suggestions would be appreciated. wordpress depends on virtual/httpd-php, which for the current x86 profile defaults to dev-lang/php, which inherits the php5_0-sapi eclass (or php5_1-sapi if you accept ~x86), which contains: xpm? ( || ( x11-libs/libXpm virtual/x11 ) ) So if you have USE=xpm, this drags in either x11-libs/libXpm or virtual/x11, but libXpm is still hard masked. So you end up depending on virtual/x11, which is satisfied currently by xorg-x11-6.8, which requires xterm. Simple enough?? ;-> Try with USE=-xpm. -Richard -- gentoo-user@gentoo.org mailing list