summaryrefslogtreecommitdiff
path: root/sys-apps/rename/rename-1.3-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-07 11:03:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-07 11:03:14 +0100
commit957235cf19a691360c720f7913672adda4258ed0 (patch)
tree812bba7928f4293ead05a7ee9c1ac39c5ef9f12e /sys-apps/rename/rename-1.3-r2.ebuild
parent62f67115b5c46134c34f88f4b1cbdacc19384c0a (diff)
gentoo resync : 07.10.2018
Diffstat (limited to 'sys-apps/rename/rename-1.3-r2.ebuild')
-rw-r--r--sys-apps/rename/rename-1.3-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/rename/rename-1.3-r2.ebuild b/sys-apps/rename/rename-1.3-r2.ebuild
index fc964811bd6b..d82f8e908445 100644
--- a/sys-apps/rename/rename-1.3-r2.ebuild
+++ b/sys-apps/rename/rename-1.3-r2.ebuild
@@ -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/"
@@ -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
}