From a875265aa86b5f6eaf7af0fe2d0f8844b23dbb8d Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 4 Jan 2020 11:41:54 +0100 Subject: */*: Switch gnome proj to cmake.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- gui-libs/wpebackend-fdo/wpebackend-fdo-1.4.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gui-libs/wpebackend-fdo') diff --git a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.4.0.ebuild b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.4.0.ebuild index 86b60c4026f6..062bcbc68fa9 100644 --- a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.4.0.ebuild +++ b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.4.0.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="WPE backend designed for Linux desktop systems" HOMEPAGE="https://wpewebkit.org/" @@ -35,5 +35,5 @@ src_configure() { -DBUILD_DOCS=OFF # hotdoc not packaged ) - cmake-utils_src_configure + cmake_src_configure } -- cgit v1.2.3-65-gdbad