Skip to content

Commit

Permalink
extract-xiso: EAPI: bump to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Aug 10, 2015
1 parent 61e5629 commit cf1d04b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"

inherit toolchain-funcs

MY_PV=${PV/_beta/b}
Expand All @@ -17,9 +19,7 @@ IUSE=""

S=${WORKDIR}/${PN}

src_unpack() {
unpack ${A}
cd "${S}"
src_prepare() {
sed -i \
-e 's:__LINUX__:__linux__:' \
*.[ch] */*.[ch] || die
Expand All @@ -33,6 +33,6 @@ src_compile() {
}

src_install() {
dobin extract-xiso || die
dobin extract-xiso
dodoc README.TXT
}

0 comments on commit cf1d04b

Please sign in to comment.