diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-04 18:08:28 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-04 18:08:28 +0000 |
commit | 6057cb3429a3dea307b0db4aa131ad4965764eba (patch) | |
tree | 6cf612d5da6aa05e7f49ce52eb4b2bcca7d44ed1 /media-sound | |
parent | amd64 stable wrt bug #529400 (diff) | |
download | gentoo-2-6057cb3429a3dea307b0db4aa131ad4965764eba.tar.gz gentoo-2-6057cb3429a3dea307b0db4aa131ad4965764eba.tar.bz2 gentoo-2-6057cb3429a3dea307b0db4aa131ad4965764eba.zip |
amd64 stable wrt bug #522036
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacity/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/audacity/audacity-2.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog index d12f21bd6843..74fc231d550b 100644 --- a/media-sound/audacity/ChangeLog +++ b/media-sound/audacity/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/audacity # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.188 2015/06/30 05:00:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.189 2015/07/04 18:08:28 zlogene Exp $ + + 04 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> audacity-2.0.5.ebuild: + amd64 stable wrt bug #522036 30 Jun 2015; Jeroen Roovers <jer@gentoo.org> audacity-2.0.5.ebuild: Stable for PPC64 (bug #522036). diff --git a/media-sound/audacity/audacity-2.0.5.ebuild b/media-sound/audacity/audacity-2.0.5.ebuild index b327e072ab4c..765514404c3e 100644 --- a/media-sound/audacity/audacity-2.0.5.ebuild +++ b/media-sound/audacity/audacity-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.0.5.ebuild,v 1.2 2015/06/30 05:00:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.0.5.ebuild,v 1.3 2015/07/04 18:08:28 zlogene Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://audacity.googlecode.com/files/${MY_T}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ppc64 ~x86" +KEYWORDS="amd64 ~mips ~ppc ppc64 ~x86" IUSE="alsa ffmpeg flac id3tag jack ladspa libsamplerate +libsoxr midi mp3 sbsms soundtouch twolame vamp vorbis" RESTRICT="test" |