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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD6DB158089 for ; Sun, 15 Oct 2023 21:09:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AF832BC014; Sun, 15 Oct 2023 21:09:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11F262BC014 for ; Sun, 15 Oct 2023 21:09:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CAA4335CE9 for ; Sun, 15 Oct 2023 21:09:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B939295E for ; Sun, 15 Oct 2023 21:09:32 +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: <1697404155.2d7965c1692dbdad4db8556d5ca82fb43592c0ab.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ardour/ardour-8.0.ebuild media-sound/ardour/ardour-9999.ebuild X-VCS-Directories: media-sound/ardour/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 2d7965c1692dbdad4db8556d5ca82fb43592c0ab X-VCS-Branch: master Date: Sun, 15 Oct 2023 21:09:32 +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: 98f0a391-a5a5-4c3e-baa3-ccd0d20171b7 X-Archives-Hash: 586a9cb25d754549a716be8812278be8 commit: 2d7965c1692dbdad4db8556d5ca82fb43592c0ab Author: Miroslav Šulc gentoo org> AuthorDate: Sun Oct 15 21:08:57 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Oct 15 21:09:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d7965c1 media-sound/ardour: fixed a config switch in 8.0 and live Closes: https://bugs.gentoo.org/915829 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/ardour/ardour-8.0.ebuild | 2 +- media-sound/ardour/ardour-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/ardour/ardour-8.0.ebuild b/media-sound/ardour/ardour-8.0.ebuild index dc901064219f..1f492cf44559 100644 --- a/media-sound/ardour/ardour-8.0.ebuild +++ b/media-sound/ardour/ardour-8.0.ebuild @@ -145,7 +145,7 @@ src_configure() { echo '' || echo "--no-fpu-optimization") $(usex doc "--docs" '') $(usex nls '' "--no-nls") - $(usex phonehome "--phone-home" "--no-phone-home") + $(usex phonehome '' "--no-phone-home") # not possible right now --use-external-libs # missing dependency: https://github.com/c4dm/qm-dsp ) diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index dc901064219f..1f492cf44559 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -145,7 +145,7 @@ src_configure() { echo '' || echo "--no-fpu-optimization") $(usex doc "--docs" '') $(usex nls '' "--no-nls") - $(usex phonehome "--phone-home" "--no-phone-home") + $(usex phonehome '' "--no-phone-home") # not possible right now --use-external-libs # missing dependency: https://github.com/c4dm/qm-dsp )