From 716b4578b4b57d4caf861ff072475cdad3b0b114 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 24 Dec 2019 00:25:19 +0100 Subject: */*: Switch lxqt proj packages to cmake.eclass Signed-off-by: Andreas Sturmlechner --- dev-libs/libqtxdg/libqtxdg-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-libs') diff --git a/dev-libs/libqtxdg/libqtxdg-9999.ebuild b/dev-libs/libqtxdg/libqtxdg-9999.ebuild index f01b3321..60e5c259 100644 --- a/dev-libs/libqtxdg/libqtxdg-9999.ebuild +++ b/dev-libs/libqtxdg/libqtxdg-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils virtualx +inherit cmake virtualx DESCRIPTION="A Qt implementation of XDG standards" HOMEPAGE="https://lxqt.org/" @@ -41,10 +41,10 @@ src_configure() { local mycmakeargs=( -DBUILD_TESTS=$(usex test) ) - cmake-utils_src_configure + cmake_src_configure } src_test() { # Tests don't work with C - LC_ALL=en_US.utf8 virtx cmake-utils_src_test + LC_ALL=en_US.utf8 virtx cmake_src_test } -- cgit v1.2.3-65-gdbad