summaryrefslogtreecommitdiff
path: root/app-portage/epm/epm-1.40.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2020-03-15 22:46:56 +0100
committerMarcin Deranek <marcin.deranek@booking.com>2020-03-15 22:46:56 +0100
commit005f9084ba9ae735334a56080f47b54c24560587 (patch)
tree042db157f283467b4b546e747da4f540667d7c71 /app-portage/epm/epm-1.40.ebuild
parent92d06e683a14941f32d8ee7af44adff8f2f5e89b (diff)
downloadportage-005f9084ba9ae735334a56080f47b54c24560587.tar.gz
portage-005f9084ba9ae735334a56080f47b54c24560587.tar.bz2
portage-005f9084ba9ae735334a56080f47b54c24560587.zip
EAPI=7 fixes, so it actually builds
Diffstat (limited to 'app-portage/epm/epm-1.40.ebuild')
-rw-r--r--app-portage/epm/epm-1.40.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-portage/epm/epm-1.40.ebuild b/app-portage/epm/epm-1.40.ebuild
index 1d75273..a407502 100644
--- a/app-portage/epm/epm-1.40.ebuild
+++ b/app-portage/epm/epm-1.40.ebuild
@@ -14,6 +14,9 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
+PATCHES=(
+ "${FILESDIR}/${P}-prefix.patch"
+)
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"
@@ -23,8 +26,8 @@ src_unpack() {
src_prepare() {
cp "${FILESDIR}"/epm "${S}"/epm
- epatch "${FILESDIR}/${P}"-prefix.patch
eprefixify epm
+ eapply_user
}
src_compile() {