diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-11 21:24:26 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-11 21:24:26 +0000 |
commit | 7288a3392662b55483d62c6e121edcc74e9f0b2c (patch) | |
tree | 03ebbd9cc50ba4411c4ad52f0a73a69d14cb454c /media-sound/audacity | |
parent | Version bump for bug #74029. Keeping keywords the same because the old versi... (diff) | |
download | gentoo-2-7288a3392662b55483d62c6e121edcc74e9f0b2c.tar.gz gentoo-2-7288a3392662b55483d62c6e121edcc74e9f0b2c.tar.bz2 gentoo-2-7288a3392662b55483d62c6e121edcc74e9f0b2c.zip |
-x86 because of bad assembly.
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/audacity/audacity-1.2.3.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog index c3839f54c598..84e212333ad9 100644 --- a/media-sound/audacity/ChangeLog +++ b/media-sound/audacity/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/audacity # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.28 2004/11/29 13:02:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.29 2004/12/11 21:24:26 eradicator Exp $ + + 11 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> + audacity-1.2.3.ebuild: + -x86 because of bad assembly. *audacity-1.2.3 (29 Nov 2004) diff --git a/media-sound/audacity/audacity-1.2.3.ebuild b/media-sound/audacity/audacity-1.2.3.ebuild index e30b4bc324c3..abc370c8e535 100644 --- a/media-sound/audacity/audacity-1.2.3.ebuild +++ b/media-sound/audacity/audacity-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.2.3.ebuild,v 1.1 2004/11/29 13:02:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.2.3.ebuild,v 1.2 2004/12/11 21:24:26 eradicator Exp $ IUSE="encode flac mad oggvorbis" @@ -15,8 +15,9 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -# Do not unmask on amd64 without talking to eradicator -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +# amd64: causes xfce pannel to crash... +# Bad x86 assembly: #73248 +KEYWORDS="~amd64 ~ppc ~sparc -x86" DEPEND=">=x11-libs/wxGTK-2.2.9 >=app-arch/zip-2.3 |