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 59603138359 for ; Fri, 25 Sep 2020 22:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86E5DE07FA; Fri, 25 Sep 2020 22:28:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69B56E07FA for ; Fri, 25 Sep 2020 22:28:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F14633FE74 for ; Fri, 25 Sep 2020 22:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0573376 for ; Fri, 25 Sep 2020 22:28:29 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1601072903.3a90e8805938ba9b6beee7d415cb2aa7dcdc8a48.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bcache-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/bcache-tools/bcache-tools-1.1.ebuild X-VCS-Directories: sys-fs/bcache-tools/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3a90e8805938ba9b6beee7d415cb2aa7dcdc8a48 X-VCS-Branch: master Date: Fri, 25 Sep 2020 22:28:29 +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: 9b529571-9c68-45c5-bc12-a20c4e2cf51a X-Archives-Hash: e2f9509f100892c276d14cecfe5e75c8 commit: 3a90e8805938ba9b6beee7d415cb2aa7dcdc8a48 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Sep 25 22:26:51 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Sep 25 22:28:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a90e880 sys-fs/bcache-tools: slightly simplify src_prepare() Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> sys-fs/bcache-tools/bcache-tools-1.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-fs/bcache-tools/bcache-tools-1.1.ebuild b/sys-fs/bcache-tools/bcache-tools-1.1.ebuild index 38d4ef379bf..0f340688356 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.1.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.1.ebuild @@ -29,7 +29,7 @@ PATCHES=( ) src_prepare() { - eapply_user + default tc-export CC sed \ @@ -38,8 +38,6 @@ src_prepare() { -i Makefile || die append-lfs-flags - - eapply "${PATCHES[@]}" } src_install() {