diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-11 11:22:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-11 11:22:05 +0000 |
commit | 73268275926bb20909cef82518c6b60f248d273f (patch) | |
tree | e5d2353cedb3f1ff7e5a2eceedc45c691eb4f78d /app-forensics/rdd/rdd-2.0.7.ebuild | |
parent | Fix DEPEND/RDEPEND assignment. (diff) | |
download | historical-73268275926bb20909cef82518c6b60f248d273f.tar.gz historical-73268275926bb20909cef82518c6b60f248d273f.tar.bz2 historical-73268275926bb20909cef82518c6b60f248d273f.zip |
Fix DEPEND/RDEPEND assignment.
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'app-forensics/rdd/rdd-2.0.7.ebuild')
-rw-r--r-- | app-forensics/rdd/rdd-2.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/rdd/rdd-2.0.7.ebuild b/app-forensics/rdd/rdd-2.0.7.ebuild index 05e3aadeccd1..2530fd915c1d 100644 --- a/app-forensics/rdd/rdd-2.0.7.ebuild +++ b/app-forensics/rdd/rdd-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/rdd-2.0.7.ebuild,v 1.1 2009/03/01 00:36:59 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/rdd-2.0.7.ebuild,v 1.2 2009/09/11 11:22:05 flameeyes Exp $ inherit autotools @@ -16,7 +16,7 @@ SLOT="0" DEPEND="gtk? ( >=x11-libs/gtk+-2 >=gnome-base/libglade-2 )" -RDEPEND="${RDEPEND}" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |