Skip to content

Commit

Permalink
dev-lisp/c2ffi: Switch to cmake.eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 1, 2020
1 parent 762ae8c commit 3023287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-lisp/c2ffi/c2ffi-9.0.0.20191017.ebuild
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
4 changes: 2 additions & 2 deletions dev-lisp/c2ffi/c2ffi-9.0.0.9999.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3023287

Please sign in to comment.