summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-27 16:31:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-27 17:13:31 +0100
commitc9ed827c4e6fcebc921470ebb808229cae5a1b75 (patch)
treebd686c7aaeaa3a0e8cd44d17965916f6fe692680
parentmedia-video/tsmuxer: Drop USE=qt4 (diff)
downloadgentoo-c9ed827c.tar.gz
gentoo-c9ed827c.tar.bz2
gentoo-c9ed827c.zip
media-video/tsmuxer: EAPI 6
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild b/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild
index ea8db60637db..8f2338996d71 100644
--- a/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild
+++ b/media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild
@@ -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
}