Skip to content

Commit

Permalink
media-video/flvstreamer: EAPI-7 bump
Browse files Browse the repository at this point in the history
Thanks-to: Michael Mair-Keimberger (iamnr3) <[email protected]>
Closes: https://bugs.gentoo.org/663804
Closes: gentoo#9198
  • Loading branch information
a17r committed Aug 18, 2018
1 parent 5957a32 commit f637952
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions media-video/flvstreamer/flvstreamer-2.1c.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="2"
EAPI=7

inherit toolchain-funcs

Expand All @@ -13,12 +13,13 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""

S="${WORKDIR}/${PN}"

src_prepare() {
default
#fix Makefile ( bug #298535 and bug #318353)
sed -i 's/\$(MAKEFLAGS)//g' Makefile \
|| die "failed to fixe Makefile"
sed -i 's/\$(MAKEFLAGS)//g' Makefile || die "failed to fix Makefile"
}

src_compile() {
Expand All @@ -30,6 +31,6 @@ src_compile() {
}

src_install() {
dobin {${PN},streams} || die "dobin failed"
dodoc README ChangeLog || die "dodoc failed"
dobin {${PN},streams}
dodoc README ChangeLog
}

0 comments on commit f637952

Please sign in to comment.