diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 19:48:13 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 19:48:13 +0000 |
commit | 157ce7e7fb5402a1de1dfcf4cfc2a582f732182c (patch) | |
tree | 585db86e0cfa34acf4b19e9201da9b7fe654427a /x11-plugins/wmmail/wmmail-0.64-r3.ebuild | |
parent | Mark 0.5 stable on ia64 (diff) | |
download | gentoo-2-157ce7e7fb5402a1de1dfcf4cfc2a582f732182c.tar.gz gentoo-2-157ce7e7fb5402a1de1dfcf4cfc2a582f732182c.tar.bz2 gentoo-2-157ce7e7fb5402a1de1dfcf4cfc2a582f732182c.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmmail/wmmail-0.64-r3.ebuild')
-rw-r--r-- | x11-plugins/wmmail/wmmail-0.64-r3.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/x11-plugins/wmmail/wmmail-0.64-r3.ebuild b/x11-plugins/wmmail/wmmail-0.64-r3.ebuild index d950c369ec06..e2cbc32d56f8 100644 --- a/x11-plugins/wmmail/wmmail-0.64-r3.ebuild +++ b/x11-plugins/wmmail/wmmail-0.64-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmail/wmmail-0.64-r3.ebuild,v 1.7 2005/11/11 08:48:23 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmail/wmmail-0.64-r3.ebuild,v 1.8 2006/01/31 19:45:08 nelchael Exp $ IUSE="" MY_PN=WMMail.app @@ -14,7 +14,14 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc amd64 ppc" -DEPEND="virtual/x11 +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 ) x11-libs/libPropList" src_compile() { |