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 484E1158091 for ; Thu, 16 Jun 2022 16:31:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC4F6E09CB; Thu, 16 Jun 2022 16:30:59 +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 C1316E09CB for ; Thu, 16 Jun 2022 16:30:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5AF89342117 for ; Thu, 16 Jun 2022 16:30:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B43E516 for ; Thu, 16 Jun 2022 16:30:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1655397036.6743717e1daf6e915cc41d65639866b04abe7feb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvmaf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvmaf/libvmaf-2.3.0-r2.ebuild X-VCS-Directories: media-libs/libvmaf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6743717e1daf6e915cc41d65639866b04abe7feb X-VCS-Branch: master Date: Thu, 16 Jun 2022 16:30:56 +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: a86272cb-03d1-4fee-85d5-38c31df2e36c X-Archives-Hash: be9c74bde646aff57e8ad241702d418f commit: 6743717e1daf6e915cc41d65639866b04abe7feb Author: Thomas Bracht Laumann Jespersen laumann xyz> AuthorDate: Wed Jun 8 20:05:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 16 16:30:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6743717e media-libs/libvmaf: fix unquoted variable S Signed-off-by: Thomas Bracht Laumann Jespersen laumann.xyz> Signed-off-by: Sam James gentoo.org> media-libs/libvmaf/libvmaf-2.3.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libvmaf/libvmaf-2.3.0-r2.ebuild b/media-libs/libvmaf/libvmaf-2.3.0-r2.ebuild index 02175276a196..587000084144 100644 --- a/media-libs/libvmaf/libvmaf-2.3.0-r2.ebuild +++ b/media-libs/libvmaf/libvmaf-2.3.0-r2.ebuild @@ -38,7 +38,7 @@ src_prepare() { # Workaround for https://bugs.gentoo.org/837221 # The paths in the tests are hard coded to look for the model folder as "../../model" - sed -i "s|\"../../model|\"../vmaf-${PV}/model|g" ${S}/libvmaf/test/* || die + sed -i "s|\"../../model|\"../vmaf-${PV}/model|g" "${S}"/libvmaf/test/* || die } multilib_src_configure() {