summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 20:43:37 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 20:43:37 +0000
commitab571b17781a89a2019884aee91737c71f117ead (patch)
tree85a6bbb26961ba7040bb697c4168212c3aacdcc4 /x11-plugins/wmrecord
parentMark 0.38 stable on alpha (diff)
downloadhistorical-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')
-rw-r--r--x11-plugins/wmrecord/ChangeLog8
-rw-r--r--x11-plugins/wmrecord/wmrecord-1.0.5.3-r1.ebuild12
2 files changed, 15 insertions, 5 deletions
diff --git a/x11-plugins/wmrecord/ChangeLog b/x11-plugins/wmrecord/ChangeLog
index 8811626170bd..61729c7ee170 100644
--- a/x11-plugins/wmrecord/ChangeLog
+++ b/x11-plugins/wmrecord/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmrecord
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/ChangeLog,v 1.4 2005/07/10 02:10:22 smithj Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrecord/ChangeLog,v 1.5 2006/01/31 20:35:57 nelchael Exp $
+
+ 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+ wmrecord-1.0.5.3-r1.ebuild:
+ Fixed DEPEND for modular X.
*wmrecord-1.0.5.3-r1 (10 Jul 2005)
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"