diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:00:51 +0100 |
commit | 1ad93f1b98f65c1e990381759450dc60d37edcef (patch) | |
tree | 8c8c2e10e3fde8b1ae3ce44fc014d69f015d4252 /media-libs | |
parent | media-libs/smpeg: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-1ad93f1b98f65c1e990381759450dc60d37edcef.tar.gz gentoo-1ad93f1b98f65c1e990381759450dc60d37edcef.tar.bz2 gentoo-1ad93f1b98f65c1e990381759450dc60d37edcef.zip |
media-libs/smpeg2: [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')
-rw-r--r-- | media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild b/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild index 868cb7a0125b..fecdebc507c8 100644 --- a/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild +++ b/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs autotools multilib-minimal +inherit eutils toolchain-funcs autotools ltprune multilib-minimal MY_P=smpeg-${PV} DESCRIPTION="SDL MPEG Player Library" |