diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 11:55:13 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 11:55:13 +0000 |
commit | 5ba4638633597113dd33345e2eaed5dcceb5d97d (patch) | |
tree | 936c9bbe13a08d1c00e60a95bc322a049981c97f /x11-plugins/wmMatrix/wmMatrix-0.2.ebuild | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-5ba4638633597113dd33345e2eaed5dcceb5d97d.tar.gz gentoo-2-5ba4638633597113dd33345e2eaed5dcceb5d97d.tar.bz2 gentoo-2-5ba4638633597113dd33345e2eaed5dcceb5d97d.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmMatrix/wmMatrix-0.2.ebuild')
-rw-r--r-- | x11-plugins/wmMatrix/wmMatrix-0.2.ebuild | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild b/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild index ca1e6da183b2..71d2b2fef771 100644 --- a/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild +++ b/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild @@ -1,13 +1,22 @@ -# 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/wmMatrix/wmMatrix-0.2.ebuild,v 1.11 2005/03/09 19:30:07 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMatrix/wmMatrix-0.2.ebuild,v 1.12 2006/01/22 11:51:25 nelchael Exp $ IUSE="" DESCRIPTION="WMaker DockApp: Slightly modified version of Jamie Zawinski's xmatrix screenhack." SRC_URI="http://www.dockapps.org/download.php/id/17/${P}.tar.gz" HOMEPAGE="http://www.dockapps.org/file.php/id/10" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" SLOT="0" LICENSE="GPL-2" |