summaryrefslogtreecommitdiff
path: root/app-portage/epm/epm-1.40.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2020-03-10 17:39:06 +0100
committerMarcin Deranek <marcin.deranek@slonko.net>2020-03-10 17:39:17 +0100
commit15f955f7ceb6b5aec1d73b66e4ab799dda15a424 (patch)
tree2e7ea47b03f62b9a1d67c91cb8632abe522b4184 /app-portage/epm/epm-1.40.ebuild
parentb8ae6d36a518b66416c25b4c0cc8d35b9badf1f3 (diff)
downloadportage-15f955f7ceb6b5aec1d73b66e4ab799dda15a424.tar.gz
portage-15f955f7ceb6b5aec1d73b66e4ab799dda15a424.tar.bz2
portage-15f955f7ceb6b5aec1d73b66e4ab799dda15a424.zip
More cleanups
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
}