Skip to content

Commit

Permalink
dev-util/abi-compliance-checker: Switch to EAPI=6, add Prefix support
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jan 11, 2016
1 parent bc60c6e commit e4dfed6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
}

0 comments on commit e4dfed6

Please sign in to comment.