commit: e4dfed6b9c61b9c69434bdf51063522d8d14bff3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 18:03:03 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 18:05:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4dfed6b
dev-util/abi-compliance-checker: Switch to EAPI=6, add Prefix support
dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild | 6 +++---
1 file 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 2a3cd68..051f48a 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
}