diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-02 23:30:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-02 23:30:14 +0000 |
commit | 0b61f8162d3c47a322aea7ee22b7759a5a4e33b8 (patch) | |
tree | 205604edb94ad44d686a803a92209d49ed3ccaa6 /x11-plugins/pidgin-rhythmbox | |
parent | Repoman warnings (diff) | |
download | gentoo-2-0b61f8162d3c47a322aea7ee22b7759a5a4e33b8.tar.gz gentoo-2-0b61f8162d3c47a322aea7ee22b7759a5a4e33b8.tar.bz2 gentoo-2-0b61f8162d3c47a322aea7ee22b7759a5a4e33b8.zip |
Typo
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/pidgin-rhythmbox')
-rw-r--r-- | x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild index dc981cfcf70a..f26beaf27f77 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.7 2009/06/02 23:28:06 ssuominen Exp $ +# $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 $ EAPI=2 @@ -17,6 +17,7 @@ RDEPEND="net-im/pidgin media-sound/rhythmbox >=x11-libs/gtk+-2.4:2 dev-libs/dbus-glib" +RDEPEND="${RDEPEND}" src_install() { emake DESTDIR="${D}" install || die "emake install failed" |