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 1AAE6138334 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 ACC12E0835; 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 87084E0833 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 4462F335C8E 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 B8F7E2E9 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: <1529173613.7f4e203b580dc254eae65575dcb3dd090061beea.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-ugly/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild X-VCS-Directories: media-libs/gst-plugins-ugly/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7f4e203b580dc254eae65575dcb3dd090061beea 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: 7ac2ec9b-b9cc-44ed-b122-e8020c46cd8c X-Archives-Hash: dfbdaaffcfe240b898013e45895ff43a commit: 7f4e203b580dc254eae65575dcb3dd090061beea Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jun 16 00:16:40 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jun 16 18:26:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4e203b media-libs/gst-plugins-ugly: don't inherit eutils.eclass Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild index 852081d080d..fbd000dfc2e 100644 --- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild +++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.14.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 GST_ORG_MODULE="gst-plugins-ugly" -inherit eutils gstreamer +inherit ltprune gstreamer DESCRIPTION="Basepack of plugins for gstreamer" HOMEPAGE="https://gstreamer.freedesktop.org/"