Skip to content

Commit

Permalink
sys-apps/rename: Drop eutils/epatch
Browse files Browse the repository at this point in the history
Signed-off-by: Mikle Kolyada <[email protected]>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
  • Loading branch information
Zlogene committed Oct 4, 2018
1 parent dbf0f2f commit ace7afa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys-apps/rename/rename-1.3-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit toolchain-funcs eutils
inherit toolchain-funcs

DESCRIPTION="Easily rename files"
HOMEPAGE="http://rename.sourceforge.net/"
Expand All @@ -27,7 +27,7 @@ src_prepare() {
-e '/^CFLAGS/s:-O3:@CFLAGS@:' \
-e '/strip /s:.*::' \
Makefile.in || die
epatch "${MY_PATCHES[@]}"
eapply "${MY_PATCHES[@]}"
tc-export CC
}

Expand Down

0 comments on commit ace7afa

Please sign in to comment.