From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NnIRD-00026n-B8 for garchives@archives.gentoo.org; Thu, 04 Mar 2010 21:18:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCD5BE0C07; Thu, 4 Mar 2010 21:18:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BBDB5E0C07 for ; Thu, 4 Mar 2010 21:18:29 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 570701B4034 for ; Thu, 4 Mar 2010 21:18:29 +0000 (UTC) Received: from abcd by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NnIRA-0003LK-Eo for gentoo-commits@lists.gentoo.org; Thu, 04 Mar 2010 21:18:28 +0000 From: "Jonathan Callen (abcd)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, abcd@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: virtualx.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: virtualx.eclass X-VCS-Directories: eclass X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Jonathan Callen Date: Thu, 04 Mar 2010 21:18:28 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 82ee8e54-96bd-46d1-932c-19fd85364422 X-Archives-Hash: 922b28dabcca8e90771fc5d2e4cc8e93 abcd 10/03/04 21:18:28 Modified: virtualx.eclass Log: Make xorg-server optional on prefix (assume its available on the host, = as it is not available in the prefix) Revision Changes Path 1.34 eclass/virtualx.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/virtualx.ec= lass?rev=3D1.34&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/virtualx.ec= lass?rev=3D1.34&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/virtualx.ec= lass?r1=3D1.33&r2=3D1.34 Index: virtualx.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- virtualx.eclass 21 Dec 2009 17:27:28 -0000 1.33 +++ virtualx.eclass 4 Mar 2010 21:18:27 -0000 1.34 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.33 2009/12= /21 17:27:28 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.34 2010/03= /04 21:18:27 abcd Exp $ # # Author: Martin Schlemmer # @@ -17,7 +17,7 @@ =20 # Dep string available for use outside of eclass, in case a more # complicated dep is needed -VIRTUALX_DEPEND=3D"x11-base/xorg-server +VIRTUALX_DEPEND=3D"!prefix? ( x11-base/xorg-server ) x11-apps/xhost" =20 case ${VIRTUALX_REQUIRED} in