media-libs/dumb: EAPI-6 bump

Package-Manager: Portage-2.3.43, Repoman-2.3.10
This commit is contained in:
Andreas Sturmlechner
2018-07-16 20:35:01 +02:00
parent 24a24eb18d
commit 4676cf62be

View File

@@ -1,8 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils toolchain-funcs multilib-build multilib-minimal
EAPI=6
inherit toolchain-funcs multilib-build multilib-minimal
DESCRIPTION="IT/XM/S3M/MOD player library with click removal and IT filters"
HOMEPAGE="http://dumb.sourceforge.net/"
@@ -16,15 +17,20 @@ IUSE="debug"
RDEPEND=""
DEPEND=""
PATCHES=(
"${FILESDIR}"/${P}-PIC-as-needed.patch
"${FILESDIR}"/${P}_CVE-2006-3668.patch
)
src_prepare() {
default
cat << EOF > make/config.txt
include make/unix.inc
ALL_TARGETS := core core-examples core-headers
PREFIX := /usr
EOF
epatch "${FILESDIR}"/${P}-PIC-as-needed.patch
epatch "${FILESDIR}"/${P}_CVE-2006-3668.patch
sed -i '/= -s/d' Makefile || die "sed failed"
cp -f Makefile Makefile.rdy