media-video/tsmuxer: EAPI 6
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 27 Feb 2018 15:31:15 +0000 (16:31 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 27 Feb 2018 16:13:31 +0000 (17:13 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild

index ea8db60637dbc686a02b8b07c90b8d60e69a2dd8..8f2338996d7137e4531c6b0f3654b5c27c11b04e 100644 (file)
@@ -1,9 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit eutils
+EAPI=6
 
 DESCRIPTION="Utility to create and demux TS and M2TS files"
 HOMEPAGE="http://forum.doom9.org/showthread.php?t=168539"
@@ -11,7 +9,6 @@ SRC_URI="https://drive.google.com/uc?export=download&id=0B0VmPcEZTp8NekJxLUVJRWM
 
 LICENSE="SmartLabs"
 SLOT="0"
-
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
@@ -28,6 +25,7 @@ RDEPEND="
 S="${WORKDIR}"
 
 src_prepare() {
+       default
        upx -d tsMuxeR tsMuxerGUI || die
 }