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 38174158086 for ; Sun, 24 Oct 2021 08:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CCD9E0866; Sun, 24 Oct 2021 08:27:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72513E0866 for ; Sun, 24 Oct 2021 08:27:17 +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 A546834374C for ; Sun, 24 Oct 2021 08:27:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC890176 for ; Sun, 24 Oct 2021 08:27:13 +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: <1635063704.7809e331c4b8f0c0fbaf0432a3b6e501aafb31cf.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 X-VCS-Directories: media-video/handbrake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7809e331c4b8f0c0fbaf0432a3b6e501aafb31cf X-VCS-Branch: master Date: Sun, 24 Oct 2021 08:27: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: 69d9a11b-cce6-47fc-b1a3-0afb4488a08d X-Archives-Hash: 3f93c755c2c52f8ba8905075d52b0fda commit: 7809e331c4b8f0c0fbaf0432a3b6e501aafb31cf Author: James Beddek posteo de> AuthorDate: Sun Oct 24 07:56:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 24 08:21:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7809e331 media-video/handbrake: remove useless sed call Signed-off-by: James Beddek posteo.de> Signed-off-by: Sam James gentoo.org> media-video/handbrake/handbrake-1.4.2.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/media-video/handbrake/handbrake-1.4.2.ebuild b/media-video/handbrake/handbrake-1.4.2.ebuild index f0554499dcf..c8f9db9d002 100644 --- a/media-video/handbrake/handbrake-1.4.2.ebuild +++ b/media-video/handbrake/handbrake-1.4.2.ebuild @@ -106,8 +106,6 @@ src_prepare() { default cd "${S}/gtk" || die - # Don't run autogen.sh. - sed -i '/autogen.sh/d' module.rules || die "Removing autogen.sh call failed" eautoreconf }