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 3F127138334 for ; Tue, 2 Oct 2018 19:53:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29233E08BD; Tue, 2 Oct 2018 19:53:54 +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 055D0E08BD for ; Tue, 2 Oct 2018 19:53:53 +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 AF8AE335CB5 for ; Tue, 2 Oct 2018 19:53:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 502A02C6 for ; Tue, 2 Oct 2018 19:53:51 +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: <1538509594.ae92fcbbfd3f4a15439f5e178f7d1b9e68a11f89.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/amarok/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/amarok/amarok-9999.ebuild X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ae92fcbbfd3f4a15439f5e178f7d1b9e68a11f89 X-VCS-Branch: master Date: Tue, 2 Oct 2018 19:53:51 +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: 9a58cdc1-bf32-45f8-bf8b-5f871aa0de66 X-Archives-Hash: ceae00fdf83eaf37f7ab671282cc0924 commit: ae92fcbbfd3f4a15439f5e178f7d1b9e68a11f89 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Sep 22 13:01:30 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 2 19:46:34 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae92fcbb media-sound/amarok: remove unused eclass Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/kde/pull/873 media-sound/amarok/amarok-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild index 04076a2005..abd4d8ef2a 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 KDE_HANDBOOK="true" -inherit flag-o-matic kde5 pax-utils +inherit kde5 pax-utils DESCRIPTION="Advanced audio player based on KDE frameworks" HOMEPAGE="https://amarok.kde.org/"