diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-04-14 09:28:29 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-04-14 09:28:56 +0200 |
commit | 1ec5e52a7715d17c9354a22314cee9ac10512bf0 (patch) | |
tree | 73a3e7b76a857c1bac0954d9c8e5c91ec000ca83 /sys-apps/prefix-chain-utils | |
parent | sys-apps/aix-miscutils: bump to EAPI=6 (diff) | |
download | gentoo-1ec5e52a7715d17c9354a22314cee9ac10512bf0.tar.gz gentoo-1ec5e52a7715d17c9354a22314cee9ac10512bf0.tar.bz2 gentoo-1ec5e52a7715d17c9354a22314cee9ac10512bf0.zip |
sys-apps/prefix-chain-utils: bump to EAPI=6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps/prefix-chain-utils')
-rw-r--r-- | sys-apps/prefix-chain-utils/prefix-chain-utils-0.2-r6.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-apps/prefix-chain-utils/prefix-chain-utils-0.2-r6.ebuild b/sys-apps/prefix-chain-utils/prefix-chain-utils-0.2-r6.ebuild index fe753b07b811..24eabc399288 100644 --- a/sys-apps/prefix-chain-utils/prefix-chain-utils-0.2-r6.ebuild +++ b/sys-apps/prefix-chain-utils/prefix-chain-utils-0.2-r6.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + inherit prefix DESCRIPTION="Chained EPREFIX utilities and wrappers" @@ -15,6 +17,10 @@ IUSE="" DEPEND="" RDEPEND="sys-devel/gcc-config" +src_unpack() { + mkdir -p "${S}" +} + src_install() { cp "${FILESDIR}"/*.in "${T}" eprefixify "${T}"/*.in |