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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87FD4158086 for ; Sun, 24 Oct 2021 08:27:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2A6FE087F; Sun, 24 Oct 2021 08:27:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBDE2E087F for ; Sun, 24 Oct 2021 08:27:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0246A34375B for ; Sun, 24 Oct 2021 08:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6489157 for ; Sun, 24 Oct 2021 08:27: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: <1635064068.78fe8e01fa8aca497377773cec12a298cfef25ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/handbrake/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/handbrake/handbrake-1.4.2.ebuild media-video/handbrake/handbrake-9999.ebuild X-VCS-Directories: media-video/handbrake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 78fe8e01fa8aca497377773cec12a298cfef25ea X-VCS-Branch: master Date: Sun, 24 Oct 2021 08:27: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: a131ea58-9dda-4692-86ee-05917ad1f06a X-Archives-Hash: 4eb6f3c4b575a937b7bc90be39c75c8f commit: 78fe8e01fa8aca497377773cec12a298cfef25ea Author: Sam James gentoo org> AuthorDate: Sun Oct 24 08:27:48 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 24 08:27:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78fe8e01 media-video/handbrake: fix WhitespaceFound Signed-off-by: Sam James gentoo.org> media-video/handbrake/handbrake-1.4.2.ebuild | 2 +- media-video/handbrake/handbrake-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/handbrake/handbrake-1.4.2.ebuild b/media-video/handbrake/handbrake-1.4.2.ebuild index ccc9b241fcf..cc2edcd67ff 100644 --- a/media-video/handbrake/handbrake-1.4.2.ebuild +++ b/media-video/handbrake/handbrake-1.4.2.ebuild @@ -128,7 +128,7 @@ src_configure() { $(use_enable nvenc) $(use_enable x265) ) - + ./configure "${myconfargs[@]}" || die "Configure failed." } diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index ccc9b241fcf..cc2edcd67ff 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.ebuild @@ -128,7 +128,7 @@ src_configure() { $(use_enable nvenc) $(use_enable x265) ) - + ./configure "${myconfargs[@]}" || die "Configure failed." }