diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-14 04:24:02 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-12-14 04:24:02 +0000 |
commit | b4c0174d3bcf9219ce023407261128dd71137a03 (patch) | |
tree | 64d1e9917647f79c543c04dff1786fcae44a708d /x11-misc/entrance | |
parent | Added modular X deps. (diff) | |
download | gentoo-2-b4c0174d3bcf9219ce023407261128dd71137a03.tar.gz gentoo-2-b4c0174d3bcf9219ce023407261128dd71137a03.tar.bz2 gentoo-2-b4c0174d3bcf9219ce023407261128dd71137a03.zip |
Added modular X dependencies.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-misc/entrance')
-rw-r--r-- | x11-misc/entrance/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/entrance/entrance-9999.ebuild | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/x11-misc/entrance/ChangeLog b/x11-misc/entrance/ChangeLog index ba53a3ccd043..f26c583bbaee 100644 --- a/x11-misc/entrance/ChangeLog +++ b/x11-misc/entrance/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/entrance -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/ChangeLog,v 1.12 2004/11/24 22:17:59 swegener Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/ChangeLog,v 1.13 2005/12/14 04:24:02 joshuabaergen Exp $ + + 14 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org> + entrance-9999.ebuild: + Added modular X dependencies. 24 Nov 2004; Sven Wegener <swegener@gentoo.org> : Added missing digest entries. diff --git a/x11-misc/entrance/entrance-9999.ebuild b/x11-misc/entrance/entrance-9999.ebuild index e6bb9d697c77..ae4079b72a56 100644 --- a/x11-misc/entrance/entrance-9999.ebuild +++ b/x11-misc/entrance/entrance-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.5 2005/10/12 04:44:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-9999.ebuild,v 1.6 2005/12/14 04:24:02 joshuabaergen Exp $ inherit enlightenment eutils @@ -13,7 +13,7 @@ SRC_URI="${SRC_URI} IUSE="pam" -DEPEND="virtual/x11 +RDEPEND="|| ( x11-libs/libXau virtual/x11 ) pam? ( sys-libs/pam ) >=dev-db/edb-1.0.5 >=x11-libs/evas-0.9.9 @@ -21,6 +21,9 @@ DEPEND="virtual/x11 >=media-libs/edje-0.5.0 >=x11-libs/esmart-0.9.0" +DEPEND="${RDEPEND} + || ( x11-libs/libXt virtual/x11 )" + src_unpack() { enlightenment_src_unpack if [ -d gentooed ] ; then |