diff options
author | 2015-11-20 22:58:10 +0100 | |
---|---|---|
committer | 2015-11-20 22:58:10 +0100 | |
commit | 54e1638047d8f3c28d9824ea8141bc201a4ac98b (patch) | |
tree | 7ad61db574e9209732242a31b324d1df567021ea /app-arch/bzwc | |
parent | app-arch/archwrap: Version bump (diff) | |
download | mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.gz mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.tar.bz2 mv-54e1638047d8f3c28d9824ea8141bc201a4ac98b.zip |
Bump to EAPI=6
Diffstat (limited to 'app-arch/bzwc')
-rw-r--r-- | app-arch/bzwc/bzwc-2.18.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-arch/bzwc/bzwc-2.18.ebuild b/app-arch/bzwc/bzwc-2.18.ebuild index e2227818..821d6668 100644 --- a/app-arch/bzwc/bzwc-2.18.ebuild +++ b/app-arch/bzwc/bzwc-2.18.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="A POSIX shell wrapper for wc, supporting compressed files (xz, lzma, bz2, gz)" HOMEPAGE="https://github.com/vaeth/bzwc/" @@ -24,7 +23,7 @@ src_prepare() { sed -i -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' -- "${i}" \ || die done - epatch_user + eapply_user } src_install() { |