diff options
author | Martin Väth <martin@mvath.de> | 2015-11-20 22:58:10 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-11-20 22:58:10 +0100 |
commit | 54e1638047d8f3c28d9824ea8141bc201a4ac98b (patch) | |
tree | 7ad61db574e9209732242a31b324d1df567021ea /sys-apps/cpi/cpi-2.10.ebuild | |
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 'sys-apps/cpi/cpi-2.10.ebuild')
-rw-r--r-- | sys-apps/cpi/cpi-2.10.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/cpi/cpi-2.10.ebuild b/sys-apps/cpi/cpi-2.10.ebuild index 736a1051..e951bc0e 100644 --- a/sys-apps/cpi/cpi-2.10.ebuild +++ b/sys-apps/cpi/cpi-2.10.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 wrapper for cp -i -a, making use of diff" HOMEPAGE="https://github.com/vaeth/cpi/" @@ -19,7 +18,7 @@ src_prepare() { use prefix || sed -i \ -e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \ -- bin/cpi || die - epatch_user + eapply_user } src_install() { |