diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-22 18:23:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-22 19:05:25 +0200 |
commit | c51d0e22fb646104c2f40d57c8c564e39197c4a5 (patch) | |
tree | 502289d15f4c9ccd54247ccc123001d6ec1341db /media-sound/audacity | |
parent | media-libs/mesa: Version bump to 18.2.0_r4 (diff) | |
download | gentoo-c51d0e22fb646104c2f40d57c8c564e39197c4a5.tar.gz gentoo-c51d0e22fb646104c2f40d57c8c564e39197c4a5.tar.bz2 gentoo-c51d0e22fb646104c2f40d57c8c564e39197c4a5.zip |
media-sound/audacity: EAPI-6
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/audacity-2.2.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-sound/audacity/audacity-2.2.2.ebuild b/media-sound/audacity/audacity-2.2.2.ebuild index 5c71e713a5d4..1bec573f600b 100644 --- a/media-sound/audacity/audacity-2.2.2.ebuild +++ b/media-sound/audacity/audacity-2.2.2.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit autotools eutils gnome2-utils wxwidgets xdg-utils +EAPI=6 + +inherit autotools gnome2-utils wxwidgets xdg-utils MY_P="${PN}-minsrc-${PV}" DOC_PV="${PV}" @@ -17,6 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86" IUSE="alsa cpu_flags_x86_sse doc ffmpeg +flac id3tag jack +ladspa +lame libav +lv2 mad +midi nls +portmixer sbsms +soundtouch twolame vamp +vorbis +vst" + RESTRICT="test" RDEPEND=">=app-arch/zip-2.3 @@ -56,7 +58,7 @@ PATCHES=( ) src_prepare() { - epatch "${PATCHES[@]}" + default # needed because of portmixer patch eautoreconf |