diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:30 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:30 +0100 |
commit | 624d63480a5ef364f3f253aaaa0a9e15b543edec (patch) | |
tree | 82cf6abfef404e9be175c23c77bdb285965d2d43 /media-libs/libquvi | |
parent | media-libs/libpano13: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-624d63480a5ef364f3f253aaaa0a9e15b543edec.tar.gz gentoo-624d63480a5ef364f3f253aaaa0a9e15b543edec.tar.bz2 gentoo-624d63480a5ef364f3f253aaaa0a9e15b543edec.zip |
media-libs/libquvi: [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/libquvi')
-rw-r--r-- | media-libs/libquvi/libquvi-0.9.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libquvi/libquvi-0.9.4-r1.ebuild b/media-libs/libquvi/libquvi-0.9.4-r1.ebuild index 65071c5c9132..b172f60eea26 100644 --- a/media-libs/libquvi/libquvi-0.9.4-r1.ebuild +++ b/media-libs/libquvi/libquvi-0.9.4-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils multilib-minimal +inherit autotools-utils ltprune multilib-minimal DESCRIPTION="Library for parsing video download links" HOMEPAGE="http://quvi.sourceforge.net/" |