Skip to content

Commit ad2372c

Browse files
committed
dev-libs/stp: Switch to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <[email protected]>
1 parent 3023287 commit ad2372c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev-libs/stp/stp-2.3.3.ebuild

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 1999-2019 Gentoo Authors
1+
# Copyright 1999-2020 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=7
55

6-
inherit cmake-utils
6+
inherit cmake
77

88
DESCRIPTION="Simple Theorem Prover, an efficient SMT solver for bitvectors"
99
HOMEPAGE="https://stp.github.io/"
@@ -23,7 +23,7 @@ src_prepare() {
2323
# replace static lib with $(get_libdir)
2424
sed -i "s/set(LIBDIR lib/set(LIBDIR $(get_libdir)/" CMakeLists.txt || die
2525

26-
cmake-utils_src_prepare
26+
cmake_src_prepare
2727
}
2828

2929
src_configure() {
@@ -33,11 +33,11 @@ src_configure() {
3333
-DENABLE_PYTHON_INTERFACE="$(usex python)"
3434
-DSTATICCOMPILE="$(usex static)"
3535
)
36-
cmake-utils_src_configure
36+
cmake_src_configure
3737
}
3838

3939
src_install() {
40-
cmake-utils_src_install
40+
cmake_src_install
4141

4242
# don't install to /usr/man
4343
doman "${D}/usr/man/man1/stp.1"

0 commit comments

Comments
 (0)