summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-02 01:57:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-02 20:04:42 +0100
commit87dba25ff56f7f54573d2a1f52d5241b7f4f1247 (patch)
tree1e014836043c009e2ddcfc7f8b877adb9b1a98e9 /x11-misc/xcalib
parentnet-vpn/wireguard-tools: bump to 1.0.20200102 (diff)
downloadgentoo-87dba25ff56f7f54573d2a1f52d5241b7f4f1247.tar.gz
gentoo-87dba25ff56f7f54573d2a1f52d5241b7f4f1247.tar.bz2
gentoo-87dba25ff56f7f54573d2a1f52d5241b7f4f1247.zip
*/*: Switch m-n packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/xcalib')
-rw-r--r--x11-misc/xcalib/xcalib-0.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/xcalib/xcalib-0.10.ebuild b/x11-misc/xcalib/xcalib-0.10.ebuild
index b97a56578667..e312c0156bf0 100644
--- a/x11-misc/xcalib/xcalib-0.10.ebuild
+++ b/x11-misc/xcalib/xcalib-0.10.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Tiny monitor calibration loader for X.org"
HOMEPAGE="https://github.com/OpenICC/xcalib"