commit:     3a90e8805938ba9b6beee7d415cb2aa7dcdc8a48
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 22:26:51 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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() {

Reply via email to