diff options
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() { |