summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-18 10:17:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-18 10:17:12 +0200
commitf637952fbb392711490a5836dcba6ee1ce006d66 (patch)
tree4904d244f0af79cfab73331dd88ff72ddd522e05 /media-video/flvstreamer
parentapp-misc/qlcplus: Fix build with Qt 5.11 (diff)
downloadgentoo-f637952fbb392711490a5836dcba6ee1ce006d66.tar.gz
gentoo-f637952fbb392711490a5836dcba6ee1ce006d66.tar.bz2
gentoo-f637952fbb392711490a5836dcba6ee1ce006d66.zip
media-video/flvstreamer: EAPI-7 bump
Thanks-to: Michael Mair-Keimberger (iamnr3) <bu9zilla@gmail.com> Closes: https://bugs.gentoo.org/663804 Closes: https://github.com/gentoo/gentoo/pull/9198
Diffstat (limited to 'media-video/flvstreamer')
-rw-r--r--media-video/flvstreamer/flvstreamer-2.1c.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/media-video/flvstreamer/flvstreamer-2.1c.ebuild b/media-video/flvstreamer/flvstreamer-2.1c.ebuild
index f8aed0990fb4..2989c8af30d7 100644
--- a/media-video/flvstreamer/flvstreamer-2.1c.ebuild
+++ b/media-video/flvstreamer/flvstreamer-2.1c.ebuild
@@ -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
@@ -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() {
@@ -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
}