summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-30 20:12:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-31 19:42:20 +0100
commitbe0ab352405aa2d5d968a8c3905557b914df9626 (patch)
tree5b5da6a6ab8feb0c82b1f5c6b02e9fafdee83463 /x11-apps
parentsys-kernel/gentoo-sources: Linux patch 5.4.7 (diff)
downloadgentoo-be0ab352405aa2d5d968a8c3905557b914df9626.tar.gz
gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.tar.bz2
gentoo-be0ab352405aa2d5d968a8c3905557b914df9626.zip
*/*: Switch proxy-maint to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/copyq/copyq-3.8.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/copyq/copyq-3.8.0.ebuild b/x11-apps/copyq/copyq-3.8.0.ebuild
index 7139966cb746..9f5c1deeaa86 100644
--- a/x11-apps/copyq/copyq-3.8.0.ebuild
+++ b/x11-apps/copyq/copyq-3.8.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils gnome2-utils
+inherit cmake gnome2-utils
MY_P=CopyQ-${PV}
@@ -46,7 +46,7 @@ src_configure() {
-DWITH_WEBKIT=$(usex webkit)
-DCMAKE_INSTALL_MANDIR="share/man"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
pkg_postinst() {