diff options
author | Amy Liffey <amynka@gentoo.org> | 2017-08-07 12:35:44 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-07 12:36:30 +0200 |
commit | 26dfb2f1adb2492d058073103802ce8669e5421a (patch) | |
tree | 69766b1fe500f1d01371f213062a0585fbab54ec /app-arch/makeself | |
parent | sys-kernel/git-sources: Linux patch 4.13-rc4 (diff) | |
download | gentoo-26dfb2f1adb2492d058073103802ce8669e5421a.tar.gz gentoo-26dfb2f1adb2492d058073103802ce8669e5421a.tar.bz2 gentoo-26dfb2f1adb2492d058073103802ce8669e5421a.zip |
app-arch/makeself: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-arch/makeself')
-rw-r--r-- | app-arch/makeself/makeself-2.2.0-r2.ebuild (renamed from app-arch/makeself/makeself-2.2.0-r1.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-arch/makeself/makeself-2.2.0-r1.ebuild b/app-arch/makeself/makeself-2.2.0-r2.ebuild index 5703aa615d11..cdbdf7c7a640 100644 --- a/app-arch/makeself/makeself-2.2.0-r1.ebuild +++ b/app-arch/makeself/makeself-2.2.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=6 inherit unpacker eutils @@ -18,9 +18,7 @@ RDEPEND="sys-apps/gentoo-functions" S="${WORKDIR}/${PN}-release-${PV}" -src_prepare() { - epatch "${FILESDIR}"/${P}-help-header.patch -} +PATCHES=( "${FILESDIR}/${P}-help-header.patch" ) src_install() { dobin makeself-header.sh makeself.sh "${FILESDIR}"/makeself-unpack |