diff options
Diffstat (limited to 'media-sound/mt-daapd')
-rw-r--r-- | media-sound/mt-daapd/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/mt-daapd/ChangeLog b/media-sound/mt-daapd/ChangeLog index bc9243c06f2a..41250266f727 100644 --- a/media-sound/mt-daapd/ChangeLog +++ b/media-sound/mt-daapd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mt-daapd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.69 2012/02/23 09:55:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.70 2012/05/05 08:43:14 mgorny Exp $ + + 05 May 2012; Michał Górny <mgorny@gentoo.org> mt-daapd-0.2.4.2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 23 Feb 2012; Pacho Ramos <pacho@gentoo.org> mt-daapd-0.2.4.2.ebuild: Drop mDNSResponder support due its removal, bug #403537 (with ssuominen diff --git a/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild b/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild index 8279c708e576..6ca08a33f3ed 100644 --- a/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild +++ b/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild,v 1.9 2012/02/23 09:55:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild,v 1.10 2012/05/05 08:43:14 mgorny Exp $ EAPI=2 inherit autotools eutils @@ -19,7 +19,7 @@ RDEPEND="media-libs/libid3tag net-dns/avahi[dbus] vorbis? ( media-libs/libvorbis )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { cp "${FILESDIR}"/${PN}.init.2 initd |