summaryrefslogtreecommitdiff
path: root/app-portage/epm/epm-1.40.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/epm/epm-1.40.ebuild')
-rw-r--r--app-portage/epm/epm-1.40.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-portage/epm/epm-1.40.ebuild b/app-portage/epm/epm-1.40.ebuild
index f03c083..1d75273 100644
--- a/app-portage/epm/epm-1.40.ebuild
+++ b/app-portage/epm/epm-1.40.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI="7"
@@ -23,8 +22,8 @@ src_unpack() {
}
src_prepare() {
- cp "${FILESDIR}"/epm ${S}/epm
- epatch "${FILESDIR}"/${P}-prefix.patch
+ cp "${FILESDIR}"/epm "${S}"/epm
+ epatch "${FILESDIR}/${P}"-prefix.patch
eprefixify epm
}