diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-01-27 01:18:36 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-01-27 05:29:13 +0200 |
commit | 44fa8120472495f279d983af887ff0967bb31e79 (patch) | |
tree | 43b581af44908f543a6adbe34f0c9703951b1b7a /media-libs/gst-plugins-base | |
parent | media-libs/gst-plugins-base: bump to 1.12.4 for upstream bug fixes (diff) | |
download | gentoo-44fa8120472495f279d983af887ff0967bb31e79.tar.gz gentoo-44fa8120472495f279d983af887ff0967bb31e79.tar.bz2 gentoo-44fa8120472495f279d983af887ff0967bb31e79.zip |
media-libs/gst-plugins-base: explicitly inherit ltprune for the usage
instead of relying on eutils.eclass from gstreamer.eclass
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-libs/gst-plugins-base')
-rw-r--r-- | media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild index f7db82b0fc98..56e9e237fd96 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild @@ -4,7 +4,7 @@ EAPI=6 GST_ORG_MODULE="gst-plugins-base" -inherit gstreamer +inherit ltprune gstreamer DESCRIPTION="Basepack of plugins for gstreamer" HOMEPAGE="https://gstreamer.freedesktop.org/" |