summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-forensics/rdd')
-rw-r--r--app-forensics/rdd/ChangeLog7
-rw-r--r--app-forensics/rdd/rdd-2.0.7.ebuild10
2 files changed, 11 insertions, 6 deletions
diff --git a/app-forensics/rdd/ChangeLog b/app-forensics/rdd/ChangeLog
index 7ddc6ae4803f..b203341fd642 100644
--- a/app-forensics/rdd/ChangeLog
+++ b/app-forensics/rdd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/rdd
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/ChangeLog,v 1.2 2009/09/11 11:22:05 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/ChangeLog,v 1.3 2011/03/27 10:35:16 nirbheek Exp $
+
+ 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> rdd-2.0.7.ebuild:
+ Fix slot-deps on gnome libs
11 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> rdd-2.0.7.ebuild:
Fix DEPEND/RDEPEND assignment.
diff --git a/app-forensics/rdd/rdd-2.0.7.ebuild b/app-forensics/rdd/rdd-2.0.7.ebuild
index 2530fd915c1d..7973f167078e 100644
--- a/app-forensics/rdd/rdd-2.0.7.ebuild
+++ b/app-forensics/rdd/rdd-2.0.7.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.2 2009/09/11 11:22:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/rdd-2.0.7.ebuild,v 1.3 2011/03/27 10:35:16 nirbheek Exp $
+
+EAPI="1"
inherit autotools
@@ -13,8 +15,8 @@ IUSE="debug rawio gtk"
LICENSE="BSD"
SLOT="0"
-DEPEND="gtk? ( >=x11-libs/gtk+-2
- >=gnome-base/libglade-2 )"
+DEPEND="gtk? ( x11-libs/gtk+:2
+ gnome-base/libglade:2.0 )"
RDEPEND="${DEPEND}"