commit:     d2fdb2bec516c1e1326b9320f53815fce0d11b4c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 16:42:52 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 16:42:52 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=d2fdb2be

dev-libs/libsystemd-qt: Switch to cmake.eclass, EAPI-7 bump

Add missing RESTRICT="!test? ( test )"

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild 
b/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild
index e3e97a63..94cef0ea 100644
--- a/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild
+++ b/dev-libs/libsystemd-qt/libsystemd-qt-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 if [[ ${PV} == 9999* ]]; then
        EGIT_REPO_URI="https://github.com/scarpin0/${PN}.git";
@@ -22,6 +22,8 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE="debug test"
 
+RESTRICT="!test? ( test )"
+
 RDEPEND="
        ${SYSTEMD_VERSION}
        dev-qt/qtcore:5
@@ -37,5 +39,5 @@ src_configure() {
                -DBUILD_QTSYSTEMD_TESTS=$(usex test)
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }

Reply via email to