diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:43:37 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:43:37 +0000 |
commit | ab571b17781a89a2019884aee91737c71f117ead (patch) | |
tree | 85a6bbb26961ba7040bb697c4168212c3aacdcc4 /x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild | |
parent | Mark 0.38 stable on alpha (diff) | |
download | historical-ab571b17781a89a2019884aee91737c71f117ead.tar.gz historical-ab571b17781a89a2019884aee91737c71f117ead.tar.bz2 historical-ab571b17781a89a2019884aee91737c71f117ead.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild')
-rw-r--r-- | x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild index 324f2730622c..96c28e9fcd73 100644 --- a/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild +++ b/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.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/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.1 2005/07/10 02:10:22 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild,v 1.2 2006/01/31 20:35:57 nelchael Exp $ IUSE="" @@ -8,7 +8,13 @@ DESCRIPTION="A Dockable General Purpose Recording Utility" SRC_URI="http://ret009t0.eresmas.net/other_software/wmrecord/${PN}-1.0.5_20040218_0029.tgz" HOMEPAGE="http://ret009t0.eresmas.net/other_software/wmrecord/" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" SLOT="0" LICENSE="GPL-2" |