diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-31 12:56:45 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-31 12:56:45 +0000 |
commit | 4ef242aa767cf287cfd5d54900a9e814840780a5 (patch) | |
tree | 8dc8b30e8e5c76cdc34b5328d7b006bda7e10e57 /media-sound/amarok | |
parent | Refresh the /dev/fd patch so configure correctly on FreeBSD (diff) | |
download | gentoo-2-4ef242aa767cf287cfd5d54900a9e814840780a5.tar.gz gentoo-2-4ef242aa767cf287cfd5d54900a9e814840780a5.tar.bz2 gentoo-2-4ef242aa767cf287cfd5d54900a9e814840780a5.zip |
As the current SVN version requires a newer libmtp, make the 9999 ebuild require it too, even if it's not in portage.
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'media-sound/amarok')
-rw-r--r-- | media-sound/amarok/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/amarok/amarok-9999.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index 71c14620a521..dbfd24146eb3 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/amarok # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.192 2006/12/28 20:56:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.193 2006/12/31 12:56:45 flameeyes Exp $ + + 31 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> amarok-9999.ebuild: + As the current SVN version requires a newer libmtp, make the 9999 ebuild + require it too, even if it's not in portage. *amarok-9999 (28 Dec 2006) diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild index ae204d630618..1beba58f8238 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.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/amarok/amarok-9999.ebuild,v 1.1 2006/12/28 20:56:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-9999.ebuild,v 1.2 2006/12/31 12:56:45 flameeyes Exp $ inherit kde subversion @@ -33,7 +33,7 @@ RDEPEND="kde? ( || ( kde-base/konqueror kde-base/kdebase ) ) ifp? ( media-libs/libifp ) real? ( media-video/realplayer ) njb? ( >=media-libs/libnjb-2.2.4 ) - mtp? ( media-libs/libmtp ) + mtp? ( >=media-libs/libmtp-0.1.0 ) musicbrainz? ( media-libs/tunepimp ) =dev-lang/ruby-1.8*" |