diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-11 11:35:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-11 11:35:36 +0000 |
commit | 14190bccb9b6b61337afdcfc9058a06670f30562 (patch) | |
tree | 12e5720c1225773b791f5730f793202d2e5a2ef9 | |
parent | Fix DEPEND/RDEPEND assignment. (diff) | |
download | gentoo-2-14190bccb9b6b61337afdcfc9058a06670f30562.tar.gz gentoo-2-14190bccb9b6b61337afdcfc9058a06670f30562.tar.bz2 gentoo-2-14190bccb9b6b61337afdcfc9058a06670f30562.zip |
Fix DEPEND/RDEPEND assignment.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
-rw-r--r-- | x11-plugins/pidgin-rhythmbox/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
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ò <flameeyes@gentoo.org> + pidgin-rhythmbox-2.0.ebuild: + Fix DEPEND/RDEPEND assignment. 28 Aug 2007; nixnut <nixnut@gentoo.org> 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" |