commit: fb500663ef46406157292cc73009edf7d92d2035 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Jun 7 07:56:44 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Jun 7 07:56:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb500663
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 <andrewammerlaan <AT> riseup.net> 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 8f419cb..5c18ed6 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 8f419cb..5c18ed6 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 }