diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2008-04-07 11:35:08 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2008-04-07 11:35:08 +0000 |
commit | e7e5dfedf32ccaa9aeec370942c8b0be462fd070 (patch) | |
tree | 7e2a08b6f5cff756f9f0a342e64ddd74f5989880 /gnustep-apps/cynthiune | |
parent | Stable on x86 wrt bug #216570 (diff) | |
download | gentoo-2-e7e5dfedf32ccaa9aeec370942c8b0be462fd070.tar.gz gentoo-2-e7e5dfedf32ccaa9aeec370942c8b0be462fd070.tar.bz2 gentoo-2-e7e5dfedf32ccaa9aeec370942c8b0be462fd070.zip |
Only compile id3tag bundle with USE=mad, bug #216564
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'gnustep-apps/cynthiune')
-rw-r--r-- | gnustep-apps/cynthiune/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnustep-apps/cynthiune/ChangeLog b/gnustep-apps/cynthiune/ChangeLog index 0588bde00d04..b1147e70c09b 100644 --- a/gnustep-apps/cynthiune/ChangeLog +++ b/gnustep-apps/cynthiune/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-apps/cynthiune # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.15 2008/03/23 18:42:50 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.16 2008/04/07 11:35:08 voyageur Exp $ + + 07 Apr 2008; Bernard Cafarelli <voyageur@gentoo.org> + cynthiune-0.9.5-r1.ebuild: + Only compile id3tag bundle with USE=mad, bug #216564 23 Mar 2008; nixnut <nixnut@gentoo.org> cynthiune-0.9.5-r1.ebuild: Stable on ppc wrt bug 207381 diff --git a/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild b/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild index fce06a288526..1e5d3fcd88c2 100644 --- a/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild +++ b/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.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/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild,v 1.7 2008/03/23 18:42:50 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild,v 1.8 2008/04/07 11:35:08 voyageur Exp $ inherit gnustep-2 @@ -49,7 +49,7 @@ cynthiune_get_config() { use arts || myconf="${myconf} disable-arts=yes" use esd || myconf="${myconf} disable-esound=yes" use flac || myconf="${myconf} disable-flac=yes" - use mad || myconf="${myconf} disable-mp3=yes" + use mad || myconf="${myconf} disable-mp3=yes disable-id3tag=yes" use modplug || myconf="${myconf} disable-mod=yes" use musepack || myconf="${myconf} disable-musepack=yes" use timidity || myconf="${myconf} disable-timidity=yes" |