diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:04 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:04 +0100 |
commit | 5da5b21f28cc0f5a4b87ab39d9f9e73f46a3781e (patch) | |
tree | b21a9d0336c664d14d68ba455a1105089a460522 /media-libs/ffmpegsource/ffmpegsource-9999.ebuild | |
parent | media-libs/alsa-lib: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-5da5b21f28cc0f5a4b87ab39d9f9e73f46a3781e.tar.gz gentoo-5da5b21f28cc0f5a4b87ab39d9f9e73f46a3781e.tar.bz2 gentoo-5da5b21f28cc0f5a4b87ab39d9f9e73f46a3781e.zip |
media-libs/ffmpegsource: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/ffmpegsource/ffmpegsource-9999.ebuild')
-rw-r--r-- | media-libs/ffmpegsource/ffmpegsource-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/ffmpegsource/ffmpegsource-9999.ebuild b/media-libs/ffmpegsource/ffmpegsource-9999.ebuild index 8f773c387ca9..1117295b1479 100644 --- a/media-libs/ffmpegsource/ffmpegsource-9999.ebuild +++ b/media-libs/ffmpegsource/ffmpegsource-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils flag-o-matic git-r3 +inherit autotools eutils flag-o-matic git-r3 ltprune DESCRIPTION="A libav/ffmpeg based source library for easy frame accurate access" HOMEPAGE="https://github.com/FFMS/ffms2" |