diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-28 23:29:43 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-28 23:29:43 +0000 |
commit | 3d4278cc7115e86be8528d2023b132bf1d58429c (patch) | |
tree | a1ec4cf0aef06d423713b6d617616953cc9d3ee2 /media-sound/mt-daapd | |
parent | Re-add xmms-crossfade as audacious-crossfade with audacious support only. Als... (diff) | |
download | gentoo-2-3d4278cc7115e86be8528d2023b132bf1d58429c.tar.gz gentoo-2-3d4278cc7115e86be8528d2023b132bf1d58429c.tar.bz2 gentoo-2-3d4278cc7115e86be8528d2023b132bf1d58429c.zip |
Add missing automake/autoconf version dependencies. Thanks to Patrick Lauer in bug #153147.
(Portage version: 2.1.2_rc1)
Diffstat (limited to 'media-sound/mt-daapd')
-rw-r--r-- | media-sound/mt-daapd/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/mt-daapd/mt-daapd-0.2.4.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/media-sound/mt-daapd/ChangeLog b/media-sound/mt-daapd/ChangeLog index 44ed833e777c..2ec3204bec46 100644 --- a/media-sound/mt-daapd/ChangeLog +++ b/media-sound/mt-daapd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mt-daapd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.46 2006/09/04 20:48:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.47 2006/10/28 23:29:43 flameeyes Exp $ + + 28 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> mt-daapd-0.2.4.ebuild: + Add missing automake/autoconf version dependencies. Thanks to Patrick Lauer + in bug #153147. *mt-daapd-0.3.0_pre1376 (04 Sep 2006) diff --git a/media-sound/mt-daapd/mt-daapd-0.2.4.ebuild b/media-sound/mt-daapd/mt-daapd-0.2.4.ebuild index d4306ec229d9..89725b0aafa2 100644 --- a/media-sound/mt-daapd/mt-daapd-0.2.4.ebuild +++ b/media-sound/mt-daapd/mt-daapd-0.2.4.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2006 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.ebuild,v 1.7 2006/09/04 04:55:42 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.ebuild,v 1.8 2006/10/28 23:29:43 flameeyes Exp $ + +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" inherit eutils autotools |