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 F3484158089 for ; Tue, 3 Oct 2023 21:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C8852BC024; Tue, 3 Oct 2023 21:34:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15EF52BC024 for ; Tue, 3 Oct 2023 21:34:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 481E5335C31 for ; Tue, 3 Oct 2023 21:34:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6F5F95A for ; Tue, 3 Oct 2023 21:34:13 +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: <1696368850.27bbe563dd0c86d055dd0244b209f9f3302dd44a.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-7.5-r1.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: 27bbe563dd0c86d055dd0244b209f9f3302dd44a X-VCS-Branch: master Date: Tue, 3 Oct 2023 21:34:13 +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: 538eca55-a5d7-4043-81c7-24e280ae7d16 X-Archives-Hash: e0d98700e6b9a253f5047ff0151d4c61 commit: 27bbe563dd0c86d055dd0244b209f9f3302dd44a Author: Miroslav Šulc gentoo org> AuthorDate: Tue Oct 3 21:32:34 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Tue Oct 3 21:34:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27bbe563 media-sound/ardour: dropped D variable from src_configure Closes: https://bugs.gentoo.org/836075 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/ardour/ardour-7.5-r1.ebuild | 1 - media-sound/ardour/ardour-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-sound/ardour/ardour-7.5-r1.ebuild b/media-sound/ardour/ardour-7.5-r1.ebuild index 65e86add3cdf..eb2d466bd5c7 100644 --- a/media-sound/ardour/ardour-7.5-r1.ebuild +++ b/media-sound/ardour/ardour-7.5-r1.ebuild @@ -129,7 +129,6 @@ src_configure() { use pulseaudio && backends+=",pulseaudio" tc-export CC CXX - mkdir -p "${D}" local myconf=( --configdir=/etc --freedesktop diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index e5e14cd43ea4..dd0ad0671839 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -136,7 +136,6 @@ src_configure() { use pulseaudio && backends+=",pulseaudio" tc-export CC CXX - mkdir -p "${D}" local myconf=( --configdir=/etc --freedesktop