From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- media-sound/toolame/toolame-02l-r4.ebuild | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'media-sound/toolame/toolame-02l-r4.ebuild') diff --git a/media-sound/toolame/toolame-02l-r4.ebuild b/media-sound/toolame/toolame-02l-r4.ebuild index fea144e8c601..659ebf40b047 100644 --- a/media-sound/toolame/toolame-02l-r4.ebuild +++ b/media-sound/toolame/toolame-02l-r4.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit eutils flag-o-matic toolchain-funcs +EAPI=7 + +inherit flag-o-matic toolchain-funcs DESCRIPTION="tooLAME - an optimized mpeg 1/2 layer 2 audio encoder" HOMEPAGE="http://www.planckenergy.com" @@ -11,25 +12,20 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86" -IUSE="" PATCHES=( - "${FILESDIR}/${P}-gentoo.diff" - "${FILESDIR}/${P}-uint.patch" - "${FILESDIR}/${P}-uint32_t.patch" + "${FILESDIR}"/${P}-Makefile.patch + "${FILESDIR}"/${P}-uint.patch + "${FILESDIR}"/${P}-uint32_t.patch + "${FILESDIR}"/${P}-fno-common.patch ) -src_prepare() { - # fix #571774 by restoring pre-GCC5 inline semantics - append-cflags -std=gnu89 - +src_configure() { append-lfs-flags tc-export CC - - default } src_install() { dobin ${PN} - dodoc README HISTORY FUTURE html/* text/* + dodoc -r README HISTORY FUTURE html/. text/. } -- cgit v1.2.3