dev-lisp/c2ffi: Switch to cmake.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 1 Jan 2020 10:15:12 +0000 (11:15 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 1 Jan 2020 10:17:15 +0000 (11:17 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild
dev-lisp/c2ffi/c2ffi-9.0.0.9999.ebuild

index 4f2748bb7f4c8b15d29c057057ed670cdabef9e1..53c06c0217792e40dec281e32b0ce7121ebb4df5 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils llvm
+inherit cmake llvm
 
 MY_COMMIT="15fda06de0bad97bf91f5590f7f24623eab2f580"
 
index 34977fe7f69dc45ea759ee8d0ddadbc3dc9feebc..6a2256dee41fb51d25b796f535e38e3bd467fe32 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils git-r3 llvm
+inherit cmake git-r3 llvm
 
 DESCRIPTION="Clang-based FFI wrapper generator for Common Lisp"
 HOMEPAGE="https://github.com/rpav/c2ffi"