diff options
-rw-r--r-- | media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild | 6 |
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 } |