diff options
Diffstat (limited to 'sys-fs/emount')
-rw-r--r-- | sys-fs/emount/ChangeLog | 3 | ||||
-rw-r--r-- | sys-fs/emount/emount-2.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/sys-fs/emount/ChangeLog b/sys-fs/emount/ChangeLog index 9db27a18..afe77d2b 100644 --- a/sys-fs/emount/ChangeLog +++ b/sys-fs/emount/ChangeLog @@ -4,6 +4,9 @@ *emount-2.1-r1 (03 Feb 2012) + 12 May 2012; Martin Väth <martin@mvath.de> + base->eutils + 15 Apr 2012; Martin Väth <martin@mvath.de> Inherit base diff --git a/sys-fs/emount/emount-2.1-r1.ebuild b/sys-fs/emount/emount-2.1-r1.ebuild index 51fbdde3..544fc96b 100644 --- a/sys-fs/emount/emount-2.1-r1.ebuild +++ b/sys-fs/emount/emount-2.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI="4" RESTRICT="mirror" -inherit base vcs-snapshot +inherit eutils vcs-snapshot DESCRIPTION="mount/unmount (and create/remove) dm-crypt filesystems according to your /etc/fstab" HOMEPAGE="https://github.com/vaeth/emount/" @@ -19,6 +19,10 @@ RDEPEND="dev-lang/perl sys-fs/cryptsetup virtual/perl-Getopt-Long" +src_prepare() { + epatch_user +} + src_install() { local i insinto /usr/bin |