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 BE58E138359 for ; Sun, 20 Sep 2020 13:37:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E38F6E08FA; Sun, 20 Sep 2020 13:37:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 93F90E08FA for ; Sun, 20 Sep 2020 13:37:29 +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 7C580340F29 for ; Sun, 20 Sep 2020 13:37:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E601A2EE for ; Sun, 20 Sep 2020 13:37:25 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1600609040.14773c2ab73b5b9a1c69cc418cc06d5458fefc61.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rubberband/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/rubberband/rubberband-1.9.0.ebuild X-VCS-Directories: media-libs/rubberband/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 14773c2ab73b5b9a1c69cc418cc06d5458fefc61 X-VCS-Branch: master Date: Sun, 20 Sep 2020 13:37:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23e3ba87-2ac5-4f06-872b-ca42b5ceef04 X-Archives-Hash: 2eafd66ac279535abe776c6a7eca4c2f commit: 14773c2ab73b5b9a1c69cc418cc06d5458fefc61 Author: Nikos Chantziaras gmail com> AuthorDate: Sun Sep 20 13:15:06 2020 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Sep 20 13:37:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14773c2a media-libs/rubberband: use --disable/enable autoconf flags in 1.9.0 Closes: https://bugs.gentoo.org/743733 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Nikos Chantziaras gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17614 Signed-off-by: Miroslav Šulc gentoo.org> media-libs/rubberband/rubberband-1.9.0.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/media-libs/rubberband/rubberband-1.9.0.ebuild b/media-libs/rubberband/rubberband-1.9.0.ebuild index 40bdbdaeeb7..97b291d5890 100644 --- a/media-libs/rubberband/rubberband-1.9.0.ebuild +++ b/media-libs/rubberband/rubberband-1.9.0.ebuild @@ -41,11 +41,10 @@ src_prepare() { } multilib_src_configure() { - econf WITH_PROGRAMS=$(usex programs) WITH_LADSPA=$(usex ladspa) WITH_VAMP=$(usex vamp) -} - -multilib_src_compile() { - emake WITH_PROGRAMS=$(usex programs) WITH_LADSPA=$(usex ladspa) WITH_VAMP=$(usex vamp) + econf \ + $(use_enable programs ) \ + $(use_enable ladspa ) \ + $(use_enable vamp ) } multilib_src_install() {