diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-11 19:03:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-11 19:05:22 +0100 |
commit | e4dfed6b9c61b9c69434bdf51063522d8d14bff3 (patch) | |
tree | 6fa4991b4c363c9289854e83fca3d19d9d1dc717 /dev-util | |
parent | profiles/prefix/package.mask: unmask latest eselect-python/python-exec/python (diff) | |
download | gentoo-e4dfed6b9c61b9c69434bdf51063522d8d14bff3.tar.gz gentoo-e4dfed6b9c61b9c69434bdf51063522d8d14bff3.tar.bz2 gentoo-e4dfed6b9c61b9c69434bdf51063522d8d14bff3.zip |
dev-util/abi-compliance-checker: Switch to EAPI=6, add Prefix support
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild index 2a3cd6849400..051f48af2376 100644 --- a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild +++ b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 #if LIVE EGIT_REPO_URI="git://github.com/lvc/${PN}.git @@ -35,5 +35,5 @@ src_compile() { src_install() { mkdir -p "${D}"/usr || die - perl Makefile.pl --install --prefix=/usr --destdir="${D}" || die + perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" || die } |