Package-Manager: Portage-2.3.40, Repoman-2.3.9
---- Makefile.orig 2010-03-02 23:06:07.000000000 +0200
-+++ Makefile 2010-03-02 23:11:59.000000000 +0200
+--- a/Makefile 2010-03-02 23:06:07.000000000 +0200
++++ b/Makefile 2010-03-02 23:11:59.000000000 +0200
@@ -1,4 +1,4 @@
-CC=gcc
+CC ?= gcc
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
-inherit eutils toolchain-funcs
+EAPI=6
+inherit toolchain-funcs
DESCRIPTION="JPEG to AVI/MJPEG animation command-line conversion tool"
HOMEPAGE="https://sourceforge.net/projects/jpegtoavi/"
KEYWORDS="~amd64 ~x86"
IUSE=""
-src_prepare() {
- epatch "${FILESDIR}"/${P}-Makefile.patch
-}
+PATCHES=( "${FILESDIR}/${P}-Makefile.patch" )
src_compile() {
tc-export CC
- emake || die
+ default
}
src_install() {
- dobin ${PN} || die
+ dobin ${PN}
doman ${PN}.1
dodoc CHANGELOG README
}