diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-11 12:01:53 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-11 12:01:53 +0000 |
commit | 12d0641009f48588217d599332242823481c8e22 (patch) | |
tree | b20acb88fdbb07182b1ef6621545603dbcbf4b1f /x11-wm/jwm/jwm-0.21.ebuild | |
parent | Not needed any more. (diff) | |
download | historical-12d0641009f48588217d599332242823481c8e22.tar.gz historical-12d0641009f48588217d599332242823481c8e22.tar.bz2 historical-12d0641009f48588217d599332242823481c8e22.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-wm/jwm/jwm-0.21.ebuild')
-rw-r--r-- | x11-wm/jwm/jwm-0.21.ebuild | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/x11-wm/jwm/jwm-0.21.ebuild b/x11-wm/jwm/jwm-0.21.ebuild index 3ccdb9859b42..37476fd32b22 100644 --- a/x11-wm/jwm/jwm-0.21.ebuild +++ b/x11-wm/jwm/jwm-0.21.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-wm/jwm/jwm-0.21.ebuild,v 1.4 2005/07/01 21:57:27 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-0.21.ebuild,v 1.5 2006/02/11 11:53:34 nelchael Exp $ IUSE="" @@ -12,7 +12,17 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="ppc x86" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xextproto + x11-proto/xproto ) + virtual/x11 )" src_install() { dodir /usr/bin |