From fb500663ef46406157292cc73009edf7d92d2035 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 7 Jun 2020 09:56:44 +0200 Subject: [PATCH] x11-misc/gromit-mpx: minor changes cmake-utils will be deprecated in favor of cmake eclass in the future Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild | 6 +++--- x11-misc/gromit-mpx/gromit-mpx-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild b/x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild index 8f419cba90..5c18ed6ec3 100644 --- a/x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild +++ b/x11-misc/gromit-mpx/gromit-mpx-1.3.ebuild @@ -3,9 +3,9 @@ EAPI=7 -inherit cmake-utils +inherit cmake -DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool." +DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool" HOMEPAGE="https://github.com/bk138/${PN}" if [[ ${PV} == *9999* ]]; then @@ -33,5 +33,5 @@ src_configure() { -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild b/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild index 8f419cba90..5c18ed6ec3 100644 --- a/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild +++ b/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild @@ -3,9 +3,9 @@ EAPI=7 -inherit cmake-utils +inherit cmake -DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool." +DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop annotation tool" HOMEPAGE="https://github.com/bk138/${PN}" if [[ ${PV} == *9999* ]]; then @@ -33,5 +33,5 @@ src_configure() { -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc ) - cmake-utils_src_configure + cmake_src_configure }