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 A086A13997D for ; Wed, 13 Nov 2019 21:25:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A90C5E08F5; Wed, 13 Nov 2019 21:25:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8CED4E08F1 for ; Wed, 13 Nov 2019 21:25:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B733F34CDBB for ; Wed, 13 Nov 2019 21:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EE5C8B2 for ; Wed, 13 Nov 2019 21:25:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1573680257.dafc52852ddfbc754f695425bf920f51eeae25eb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-gstreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild X-VCS-Directories: media-libs/phonon-gstreamer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dafc52852ddfbc754f695425bf920f51eeae25eb X-VCS-Branch: master Date: Wed, 13 Nov 2019 21:25:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5305b4f-583f-4c74-818d-cede8afb21df X-Archives-Hash: 8a36579f4611595bbf6c310041e8d452 commit: dafc52852ddfbc754f695425bf920f51eeae25eb Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 13 20:29:31 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 13 21:24:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafc5285 media-libs/phonon-gstreamer: Switch to ecm.eclass and kde.org.eclass Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild b/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild index b514032550e..7f09ca61b21 100644 --- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild +++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 MY_PN="phonon-backend-gstreamer" -inherit kde5 +inherit ecm kde.org DESCRIPTION="GStreamer backend for the Phonon multimedia library" HOMEPAGE="https://phonon.kde.org/"