commit: 733395480b6b84768be8d791ff7659c380d537c4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Nov 13 10:10:01 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Nov 13 13:44:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73339548
kde-plasma/plasma-workspace-wallpapers: Switch to cmake-utils As originally intended. Super simple build system without bells and whistles. Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../plasma-workspace-wallpapers-5.17.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.3-r1.ebuild b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.3-r1.ebuild index 10e0d814ad3..f57a44c91be 100644 --- a/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.3-r1.ebuild +++ b/kde-plasma/plasma-workspace-wallpapers/plasma-workspace-wallpapers-5.17.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PVCUT=$(ver_cut 1-3) -inherit kde.org ecm +inherit cmake-utils kde.org DESCRIPTION="Wallpapers for the Plasma workspace"
