summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2008-05-12 08:32:07 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2008-05-12 08:32:07 +0000
commita6946143e81be9bf7d81c56dfcef9a691979c9db (patch)
tree3df6eaded6cc2a859b91d9f5918efe211281b529 /x11-misc
parentFix automagic on libiec61883 by Olivier Huber <oli.huber@gmail.com>, bug #220095 (diff)
downloadgentoo-2-a6946143e81be9bf7d81c56dfcef9a691979c9db.tar.gz
gentoo-2-a6946143e81be9bf7d81c56dfcef9a691979c9db.tar.bz2
gentoo-2-a6946143e81be9bf7d81c56dfcef9a691979c9db.zip
Fix RDEPEND, see bug #221435.
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xplore/ChangeLog7
-rw-r--r--x11-misc/xplore/xplore-1.2a.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/xplore/ChangeLog b/x11-misc/xplore/ChangeLog
index 4745a7a37a96..7be2029dbb11 100644
--- a/x11-misc/xplore/ChangeLog
+++ b/x11-misc/xplore/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xplore
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/ChangeLog,v 1.11 2007/02/22 00:08:09 jokey Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/ChangeLog,v 1.12 2008/05/12 08:32:07 nelchael Exp $
+
+ 12 May 2008; Krzysiek Pawlik <nelchael@gentoo.org> xplore-1.2a.ebuild:
+ Fix RDEPEND, see bug #221435.
22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/x11-misc/xplore/xplore-1.2a.ebuild b/x11-misc/xplore/xplore-1.2a.ebuild
index 8736535c9951..f1de4718cc83 100644
--- a/x11-misc/xplore/xplore-1.2a.ebuild
+++ b/x11-misc/xplore/xplore-1.2a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.10 2006/10/21 21:35:00 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.11 2008/05/12 08:32:07 nelchael Exp $
inherit eutils
@@ -14,7 +14,8 @@ KEYWORDS="x86"
IUSE=""
# its webpage states the lesstif does not fully work with xplore
-DEPEND="x11-libs/openmotif
+RDEPEND="x11-libs/openmotif"
+DEPEND="${RDEPEND}
x11-misc/gccmakedep
app-text/rman
x11-misc/imake"