From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6EC3138334 for ; Sat, 16 Jun 2018 18:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE955E082D; Sat, 16 Jun 2018 18:27:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E0CCE082D for ; Sat, 16 Jun 2018 18:27:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4199A335C8D for ; Sat, 16 Jun 2018 18:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBE8C2EB for ; Sat, 16 Jun 2018 18:27:30 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1529173616.15d9a11d2fef8e06af046edc5e7ce30140142d4b.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-good/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild X-VCS-Directories: media-libs/gst-plugins-good/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 15d9a11d2fef8e06af046edc5e7ce30140142d4b X-VCS-Branch: master Date: Sat, 16 Jun 2018 18:27:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7c0ec62e-8103-452d-9521-66e750fc1f22 X-Archives-Hash: ffab5dbb70944c0968a2bd5dda4ea7f4 commit: 15d9a11d2fef8e06af046edc5e7ce30140142d4b Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jun 16 00:17:36 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jun 16 18:26:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d9a11d media-libs/gst-plugins-good: don't inherit eutils.eclass Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild index db6a08f1eef..fa738a81f97 100644 --- a/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild +++ b/media-libs/gst-plugins-good/gst-plugins-good-1.14.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 GST_ORG_MODULE="gst-plugins-good" -inherit eutils flag-o-matic gstreamer +inherit ltprune flag-o-matic gstreamer DESCRIPTION="Basepack of plugins for GStreamer" HOMEPAGE="https://gstreamer.freedesktop.org/"