diff options
author | Markus Meier <maekke@gentoo.org> | 2008-07-07 20:44:38 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-07-07 20:44:38 +0000 |
commit | 921916b866208c256f5838eab2b0e855660ace68 (patch) | |
tree | e1ef294ccda4dce383f847963314da49bb0d7e5b /media-sound/mt-daapd | |
parent | Fix build failure when disabling MMX, which would fail to disable MMX2 code o... (diff) | |
download | gentoo-2-921916b866208c256f5838eab2b0e855660ace68.tar.gz gentoo-2-921916b866208c256f5838eab2b0e855660ace68.tar.bz2 gentoo-2-921916b866208c256f5838eab2b0e855660ace68.zip |
amd64/x86 stable, bug #217986
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc9 i686)
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 d9548f2647c6..d427d3474e6d 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.59 2008/07/06 22:03:50 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.60 2008/07/07 20:44:38 maekke Exp $ + + 07 Jul 2008; Markus Meier <maekke@gentoo.org> mt-daapd-0.2.4.2.ebuild: + amd64/x86 stable, bug #217986 *mt-daapd-0.2.4.2 (06 Jul 2008) 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 4e0059b793f8..316367398ce7 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-2008 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.1 2008/07/06 22:03:50 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild,v 1.2 2008/07/07 20:44:38 maekke Exp $ inherit autotools eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~sh ~sparc ~x86" +KEYWORDS="amd64 ~arm ~mips ~ppc ~sh ~sparc x86" IUSE="avahi vorbis" RDEPEND="media-libs/libid3tag |