From 14190bccb9b6b61337afdcfc9058a06670f30562 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 11 Sep 2009 11:35:36 +0000 Subject: Fix DEPEND/RDEPEND assignment. (Portage version: 2.2_rc40/cvs/Linux x86_64) --- x11-plugins/pidgin-rhythmbox/ChangeLog | 8 ++++++-- x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'x11-plugins/pidgin-rhythmbox') diff --git a/x11-plugins/pidgin-rhythmbox/ChangeLog b/x11-plugins/pidgin-rhythmbox/ChangeLog index 95f338fa35bd..ab706a44f3e0 100644 --- a/x11-plugins/pidgin-rhythmbox/ChangeLog +++ b/x11-plugins/pidgin-rhythmbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/pidgin-rhythmbox -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-rhythmbox/ChangeLog,v 1.6 2007/08/28 16:24:55 nixnut Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-rhythmbox/ChangeLog,v 1.7 2009/09/11 11:35:36 flameeyes Exp $ + + 11 Sep 2009; Diego E. Pettenò + pidgin-rhythmbox-2.0.ebuild: + Fix DEPEND/RDEPEND assignment. 28 Aug 2007; nixnut pidgin-rhythmbox-2.0.ebuild: Stable on ppc wrt bug 189781 diff --git a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild index f26beaf27f77..8f322d1f0346 100644 --- a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild +++ b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.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/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild,v 1.8 2009/06/02 23:30:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild,v 1.9 2009/09/11 11:35:36 flameeyes Exp $ EAPI=2 @@ -17,7 +17,7 @@ RDEPEND="net-im/pidgin media-sound/rhythmbox >=x11-libs/gtk+-2.4:2 dev-libs/dbus-glib" -RDEPEND="${RDEPEND}" +DEPEND="${RDEPEND}" src_install() { emake DESTDIR="${D}" install || die "emake install failed" -- cgit v1.2.3-65-gdbad