Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/
Date: Sat, 27 Jan 2018 03:30:36
Message-Id: 1517023753.44fa8120472495f279d983af887ff0967bb31e79.leio@gentoo
1 commit: 44fa8120472495f279d983af887ff0967bb31e79
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 26 23:18:36 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 03:29:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44fa8120
7
8 media-libs/gst-plugins-base: explicitly inherit ltprune for the usage
9
10 instead of relying on eutils.eclass from gstreamer.eclass
11
12 Package-Manager: Portage-2.3.19, Repoman-2.3.6
13
14 media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 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
18 index f7db82b0fc9..56e9e237fd9 100644
19 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild
20 +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.12.4.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=6
23 GST_ORG_MODULE="gst-plugins-base"
24
25 -inherit gstreamer
26 +inherit ltprune gstreamer
27
28 DESCRIPTION="Basepack of plugins for gstreamer"
29 HOMEPAGE="https://gstreamer.freedesktop.org/"