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@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-06-07 09:56:44 +02:00
parent 1092d460e7
commit fb500663ef
2 changed files with 6 additions and 6 deletions

View File

@@ -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
}

View File

@@ -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
}