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 | b72f69a093423413551bb0e22b7e8e53b76f4559 (patch) | |
tree | 20cb5568bc462ea5c60dd6601161ae09bcea17db /x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild | |
parent | Repoman warnings (diff) | |
download | historical-b72f69a093423413551bb0e22b7e8e53b76f4559.tar.gz historical-b72f69a093423413551bb0e22b7e8e53b76f4559.tar.bz2 historical-b72f69a093423413551bb0e22b7e8e53b76f4559.zip |
Typo
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild')
-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" |