commit:     a2032387c876ccc2841d43548a87cb6f084df05e
Author:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 10:05:03 2024 +0000
Commit:     Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat May  4 10:24:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2032387

media-video/ttcut: fix variable order

Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>

 media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild 
b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
index 935aabf75b93..2c05203e247a 100644
--- a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
+++ b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
@@ -9,6 +9,8 @@ DESCRIPTION="Tool for cutting MPEG files especially for 
removing commercials"
 HOMEPAGE="https://github.com/baltendorf/ttcut";
 SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz";
 
+S=${WORKDIR}/${PN}
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
@@ -28,8 +30,6 @@ RDEPEND="
        >=media-video/ffmpeg-1.0.8[encode]
 "
 
-S=${WORKDIR}/${PN}
-
 src_prepare() {
        default
 

Reply via email to