diff options
author | Joe McCann <joem@gentoo.org> | 2006-02-06 18:28:17 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2006-02-06 18:28:17 +0000 |
commit | 814e47d81e4c745a95e5e3a035cb71c812eeed43 (patch) | |
tree | e2bb5f53cb8f7c81f4defeea5e101cf6ef52226c /media-sound/rhythmbox | |
parent | dep fix, bug #121735 (diff) | |
download | historical-814e47d81e4c745a95e5e3a035cb71c812eeed43.tar.gz historical-814e47d81e4c745a95e5e3a035cb71c812eeed43.tar.bz2 historical-814e47d81e4c745a95e5e3a035cb71c812eeed43.zip |
Proper value for
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'media-sound/rhythmbox')
-rw-r--r-- | media-sound/rhythmbox/Manifest | 2 | ||||
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-0.9.3.1_p1.ebuild | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/media-sound/rhythmbox/Manifest b/media-sound/rhythmbox/Manifest index 25a820749368..77b845fd89d8 100644 --- a/media-sound/rhythmbox/Manifest +++ b/media-sound/rhythmbox/Manifest @@ -11,4 +11,4 @@ MD5 e854b7f54a4de6256186cbdcaabbc1ec metadata.xml 200 MD5 afaf09dad8a37b524662268bea3b9fb7 rhythmbox-0.8.8-r1.ebuild 2625 MD5 8e689da700e4bcafd4ab70182d9f3ade rhythmbox-0.9.2.ebuild 2492 MD5 6e3065a61832b9ff73a5e8ef56eefff6 rhythmbox-0.9.3.1.ebuild 2505 -MD5 f0dcebe60488f9466a2e07649e2473f5 rhythmbox-0.9.3.1_p1.ebuild 3404 +MD5 fe57f10f1ab0780d304305843a987e1a rhythmbox-0.9.3.1_p1.ebuild 3427 diff --git a/media-sound/rhythmbox/rhythmbox-0.9.3.1_p1.ebuild b/media-sound/rhythmbox/rhythmbox-0.9.3.1_p1.ebuild index d0bdd4e2793f..a668c3f60feb 100644 --- a/media-sound/rhythmbox/rhythmbox-0.9.3.1_p1.ebuild +++ b/media-sound/rhythmbox/rhythmbox-0.9.3.1_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.9.3.1_p1.ebuild,v 1.1 2006/02/06 08:23:56 joem Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.9.3.1_p1.ebuild,v 1.2 2006/02/06 18:28:17 joem Exp $ inherit gnome2 eutils @@ -34,7 +34,7 @@ RDEPEND=">=x11-libs/gtk+-2.5.4 avahi? ( >=net-dns/avahi-0.6 ) !avahi? ( howl? ( >=net-misc/howl-0.9.8 ) ) dbus? ( >=sys-apps/dbus-0.35 ) - !gstreamer010 ( =media-libs/gst-plugins-0.8* + !gstreamer010? ( =media-libs/gst-plugins-0.8* =media-plugins/gst-plugins-gnomevfs-0.8* vorbis? ( =media-plugins/gst-plugins-vorbis-0.8* =media-plugins/gst-plugins-ogg-0.8* ) @@ -56,6 +56,8 @@ DEPEND="${RDEPEND} MAKEOPTS="${MAKEOPTS} -j1" +S=${WORKDIR}/${MY_P} + pkg_setup() { if ! use avahi && ! use howl; then |