summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/emount/emount-2.8.3.ebuild')
-rw-r--r--sys-fs/emount/emount-2.8.3.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-fs/emount/emount-2.8.3.ebuild b/sys-fs/emount/emount-2.8.3.ebuild
index eb56318c..85048821 100644
--- a/sys-fs/emount/emount-2.8.3.ebuild
+++ b/sys-fs/emount/emount-2.8.3.ebuild
@@ -2,9 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
RESTRICT="mirror"
-inherit eutils
DESCRIPTION="mount/unmount (and create/remove) dm-crypt filesystems according to your /etc/fstab"
HOMEPAGE="https://github.com/vaeth/emount/"
@@ -24,7 +23,7 @@ src_prepare() {
use prefix || sed -i \
-e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \
-- bin/* || die
- epatch_user
+ eapply_user
}
src_install() {