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 2787C158020 for ; Wed, 9 Nov 2022 19:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F4D4E08BD; Wed, 9 Nov 2022 19:50:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 47420E08BD for ; Wed, 9 Nov 2022 19:50:58 +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 59F61340BC9 for ; Wed, 9 Nov 2022 19:50:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CB6272F for ; Wed, 9 Nov 2022 19:50:54 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1668023446.2c923bbe40f480fa4f41021ca5a3031509c98a4e.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/subversion/subversion-1.14.2-r1.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2c923bbe40f480fa4f41021ca5a3031509c98a4e X-VCS-Branch: master Date: Wed, 9 Nov 2022 19:50:54 +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: d59e4e49-8560-488d-b94a-8bfcfd153586 X-Archives-Hash: ace35befca563e09d0c08bd8de6df175 commit: 2c923bbe40f480fa4f41021ca5a3031509c98a4e Author: Arthur Zamarin gentoo org> AuthorDate: Wed Nov 9 19:48:36 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Nov 9 19:50:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c923bbe dev-vcs/subversion: fix UnquotedVariable Signed-off-by: Arthur Zamarin gentoo.org> dev-vcs/subversion/subversion-1.14.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/subversion/subversion-1.14.2-r1.ebuild b/dev-vcs/subversion/subversion-1.14.2-r1.ebuild index e48010a67437..ab68f63f76b8 100644 --- a/dev-vcs/subversion/subversion-1.14.2-r1.ebuild +++ b/dev-vcs/subversion/subversion-1.14.2-r1.ebuild @@ -88,7 +88,7 @@ want_apache pkg_setup() { if use berkdb ; then - local apu_bdb_version="$(${EPREFIX}/usr/bin/apu-1-config --includes \ + local apu_bdb_version="$("${EPREFIX}"/usr/bin/apu-1-config --includes \ | grep -Eoe '-I${EPREFIX}/usr/include/db[[:digit:]]\.[[:digit:]]' \ | sed 's:.*b::')" einfo