diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-01 11:15:12 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-01 11:17:15 +0100 |
commit | 3023287e391ff04bec1efe8e6d63eb2a4c114826 (patch) | |
tree | 32603789440a948779a46da5c347b7124c694be9 /dev-lisp | |
parent | dev-libs/double-conversion: Remove USE="static-libs" (diff) | |
download | gentoo-3023287e391ff04bec1efe8e6d63eb2a4c114826.tar.gz gentoo-3023287e391ff04bec1efe8e6d63eb2a4c114826.tar.bz2 gentoo-3023287e391ff04bec1efe8e6d63eb2a4c114826.zip |
dev-lisp/c2ffi: Switch to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild | 4 | ||||
-rw-r--r-- | 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 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" |