From: Andreas Sturmlechner Date: Wed, 1 Jan 2020 10:15:12 +0000 (+0100) Subject: dev-lisp/c2ffi: Switch to cmake.eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3023287e391ff04bec1efe8e6d63eb2a4c114826;p=gentoo.git dev-lisp/c2ffi: Switch to cmake.eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild b/dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild index 4f2748bb7f4c..53c06c021779 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 34977fe7f69d..6a2256dee41f 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"