diff options
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/makeself/makeself-2.2.0-r2.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-arch/makeself/makeself-2.2.0-r2.ebuild b/app-arch/makeself/makeself-2.2.0-r2.ebuild index b172fd0d2204..04f9402991c5 100644 --- a/app-arch/makeself/makeself-2.2.0-r2.ebuild +++ b/app-arch/makeself/makeself-2.2.0-r2.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit unpacker eutils +inherit unpacker -DESCRIPTION="shell script that generates a self-extractible tar.gz" +DESCRIPTION="Shell script that generates a self-extractible tar.gz" HOMEPAGE="http://www.megastep.org/makeself/" SRC_URI="https://github.com/megastep/makeself/archive/release-${PV}.tar.gz" +S="${WORKDIR}/${PN}-release-${PV}" LICENSE="GPL-2" SLOT="0" @@ -15,8 +16,6 @@ KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux" RDEPEND="sys-apps/gentoo-functions" -S="${WORKDIR}/${PN}-release-${PV}" - PATCHES=( "${FILESDIR}/${P}-help-header.patch" ) src_install() { |