diff options
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 } |