diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-04 11:41:54 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-04 13:11:05 +0100 |
commit | a875265aa86b5f6eaf7af0fe2d0f8844b23dbb8d (patch) | |
tree | 3be532afe308fd9e6ff64d98c73fc4d4db1dbe1b /gui-libs/libwpe | |
parent | sys-apps/help2man: Bump to version 1.47.12 (diff) | |
download | gentoo-a875265aa86b5f6eaf7af0fe2d0f8844b23dbb8d.tar.gz gentoo-a875265aa86b5f6eaf7af0fe2d0f8844b23dbb8d.tar.bz2 gentoo-a875265aa86b5f6eaf7af0fe2d0f8844b23dbb8d.zip |
*/*: Switch gnome proj to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gui-libs/libwpe')
-rw-r--r-- | gui-libs/libwpe/libwpe-1.4.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui-libs/libwpe/libwpe-1.4.0.1.ebuild b/gui-libs/libwpe/libwpe-1.4.0.1.ebuild index c499b99ae51b..402fdf1db442 100644 --- a/gui-libs/libwpe/libwpe-1.4.0.1.ebuild +++ b/gui-libs/libwpe/libwpe-1.4.0.1.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="Platform-agnostic interfaces for WPE WebKit" HOMEPAGE="https://wpewebkit.org/" @@ -29,5 +29,5 @@ src_configure() { -DBUILD_DOCS=OFF # hotdoc not packaged ) - cmake-utils_src_configure + cmake_src_configure } |