diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:52 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:52 +0100 |
commit | 0531ddab44c56c069152278f3655e4723678b582 (patch) | |
tree | e07f22498d73ffcb255471414cb253cf7f3a0f42 /media-libs/tremor | |
parent | media-libs/smpeg2: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-0531ddab44c56c069152278f3655e4723678b582.tar.gz gentoo-0531ddab44c56c069152278f3655e4723678b582.tar.bz2 gentoo-0531ddab44c56c069152278f3655e4723678b582.zip |
media-libs/tremor: [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/tremor')
-rw-r--r-- | media-libs/tremor/tremor-0_pre20130223-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/tremor/tremor-0_pre20130223-r1.ebuild b/media-libs/tremor/tremor-0_pre20130223-r1.ebuild index 60ba8b2fd7cc..856548ea2fb5 100644 --- a/media-libs/tremor/tremor-0_pre20130223-r1.ebuild +++ b/media-libs/tremor/tremor-0_pre20130223-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 # svn export http://svn.xiph.org/trunk/Tremor tremor-${PV} -inherit autotools eutils multilib-minimal +inherit autotools eutils ltprune multilib-minimal DESCRIPTION="A fixed-point version of the Ogg Vorbis decoder (also known as libvorbisidec)" HOMEPAGE="https://wiki.xiph.org/Tremor" |