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 266A7158086 for ; Thu, 28 Oct 2021 15:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56803E08BD; Thu, 28 Oct 2021 15:21:19 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3702EE08BD for ; Thu, 28 Oct 2021 15:21:19 +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 EB314343A61 for ; Thu, 28 Oct 2021 15:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63C5B83 for ; Thu, 28 Oct 2021 15:21:16 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1635434466.1e36af049f567042d7b64f5b9f7c429cdc9e988f.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/libjxl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/libjxl/libjxl-0.6-r2.ebuild X-VCS-Directories: media-libs/libjxl/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 1e36af049f567042d7b64f5b9f7c429cdc9e988f X-VCS-Branch: dev Date: Thu, 28 Oct 2021 15:21:16 +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: c8ebc03a-743b-41bc-8e17-1c2fbcc7e7e5 X-Archives-Hash: 1a36d50e4b2af62e8379ef6634e86294 commit: 1e36af049f567042d7b64f5b9f7c429cdc9e988f Author: Alessandro Barbieri gmail com> AuthorDate: Thu Oct 28 15:21:06 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Thu Oct 28 15:21:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e36af04 media-libs/libjxl: fix path Signed-off-by: Alessandro Barbieri gmail.com> media-libs/libjxl/libjxl-0.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libjxl/libjxl-0.6-r2.ebuild b/media-libs/libjxl/libjxl-0.6-r2.ebuild index 0637e43b0..e2918d5b2 100644 --- a/media-libs/libjxl/libjxl-0.6-r2.ebuild +++ b/media-libs/libjxl/libjxl-0.6-r2.ebuild @@ -142,7 +142,7 @@ src_install() { # keep in /usr/bin only the executables with jxl in the name rm -f "${ED}"/usr/libexec/${PN}/tools/*jxl* || die - rm -f "${ED}"/usr/bin{fuzzer_corpus,*_main,decode_and_encode,*_hlg,tone_map,xyb_range} || die + rm -f "${ED}"/usr/bin/{fuzzer_corpus,*_main,decode_and_encode,*_hlg,tone_map,xyb_range} || die find "${D}" -name '*.a' -delete || die }