From: Andreas Sturmlechner Date: Thu, 2 Jan 2020 00:28:10 +0000 (+0100) Subject: kde-misc/playbar2: Switch to cmake.eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b5dba65b9334dfb0306973e0c723a10c50e2243f;p=gentoo.git kde-misc/playbar2: Switch to cmake.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/kde-misc/playbar2/playbar2-2.5-r1.ebuild b/kde-misc/playbar2/playbar2-2.5-r1.ebuild index 889812d1ec0e..a7e23bbf2456 100644 --- a/kde-misc/playbar2/playbar2-2.5-r1.ebuild +++ b/kde-misc/playbar2/playbar2-2.5-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="MPRIS2 client, written in QML for Plasma 5" HOMEPAGE="https://github.com/audoban/PlayBar2"