commit:     3023287e391ff04bec1efe8e6d63eb2a4c114826
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  1 10:15:12 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan  1 10:17:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3023287e

dev-lisp/c2ffi: Switch to cmake.eclass

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild | 4 ++--
 dev-lisp/c2ffi/c2ffi-9.0.0.9999.ebuild     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild 
b/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild
index 4f2748bb7f4..53c06c02177 100644
--- a/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild
+++ b/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild
@@ -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"
 

diff --git a/dev-lisp/c2ffi/c2ffi-9.0.0.9999.ebuild 
b/dev-lisp/c2ffi/c2ffi-9.0.0.9999.ebuild
index 34977fe7f69..6a2256dee41 100644
--- a/dev-lisp/c2ffi/c2ffi-9.0.0.9999.ebuild
+++ b/dev-lisp/c2ffi/c2ffi-9.0.0.9999.ebuild
@@ -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";

Reply via email to