From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6146138334 for ; Wed, 22 Aug 2018 17:07:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5DB5E07D8; Wed, 22 Aug 2018 17:07:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D3BDE07D8 for ; Wed, 22 Aug 2018 17:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2EED335C0D for ; Wed, 22 Aug 2018 17:07:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D0C72BA for ; Wed, 22 Aug 2018 17:07:08 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1534957525.c51d0e22fb646104c2f40d57c8c564e39197c4a5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacity/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/audacity/audacity-2.2.2.ebuild X-VCS-Directories: media-sound/audacity/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c51d0e22fb646104c2f40d57c8c564e39197c4a5 X-VCS-Branch: master Date: Wed, 22 Aug 2018 17:07:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 79d8844b-4f61-4956-aa3e-fda3cc81cab0 X-Archives-Hash: 4cf528e22d49125a272c3eeaa79fef1e commit: c51d0e22fb646104c2f40d57c8c564e39197c4a5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 22 16:23:28 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 22 17:05:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51d0e22 media-sound/audacity: EAPI-6 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-sound/audacity/audacity-2.2.2.ebuild | 8 +++++--- 1 file 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 5c71e713a5d..1bec573f600 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