diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-11 11:44:24 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-02-11 11:44:24 +0000 |
commit | feb6aa5b277f5f63e91a0d7793e3310fcf9c34a7 (patch) | |
tree | cab43337fecdc45b4b873879748cc2ca6a7e88e5 /x11-wm/ctwm/ctwm-3.7.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-feb6aa5b277f5f63e91a0d7793e3310fcf9c34a7.tar.gz gentoo-2-feb6aa5b277f5f63e91a0d7793e3310fcf9c34a7.tar.bz2 gentoo-2-feb6aa5b277f5f63e91a0d7793e3310fcf9c34a7.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-wm/ctwm/ctwm-3.7.ebuild')
-rw-r--r-- | x11-wm/ctwm/ctwm-3.7.ebuild | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/x11-wm/ctwm/ctwm-3.7.ebuild b/x11-wm/ctwm/ctwm-3.7.ebuild index 72aa342f5676..7de15f423862 100644 --- a/x11-wm/ctwm/ctwm-3.7.ebuild +++ b/x11-wm/ctwm/ctwm-3.7.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/ctwm/ctwm-3.7.ebuild,v 1.2 2005/09/02 00:04:27 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ctwm/ctwm-3.7.ebuild,v 1.3 2006/02/11 11:39:54 nelchael Exp $ inherit eutils @@ -18,7 +18,20 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" LICENSE="MIT" -DEPEND="virtual/x11 +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto + app-text/rman + x11-misc/imake ) + virtual/x11 ) media-libs/jpeg" src_compile() { |