commit: c9ed827c4e6fcebc921470ebb808229cae5a1b75 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Feb 27 15:31:15 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Feb 27 16:13:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ed827c
media-video/tsmuxer: EAPI 6 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/tsmuxer/tsmuxer-2.6.11-r1.ebuild | 6 ++---- 1 file 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 ea8db60637d..8f2338996d7 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 }