Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/
Date: Wed, 29 Dec 2021 00:15:57
Message-Id: 1640736940.e4e499550702208ef7900fc12598c93db69a79f1.sam@gentoo
1 commit: e4e499550702208ef7900fc12598c93db69a79f1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 29 00:14:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 29 00:15:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e49955
7
8 dev-cpp/catch: sync live
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/catch/catch-1.9999.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-cpp/catch/catch-1.9999.ebuild b/dev-cpp/catch/catch-1.9999.ebuild
16 index 3514580992a3..9b275ede9827 100644
17 --- a/dev-cpp/catch/catch-1.9999.ebuild
18 +++ b/dev-cpp/catch/catch-1.9999.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -inherit cmake-utils
27 +inherit cmake
28
29 if [[ ${PV} == *9999 ]]; then
30 inherit git-r3
31 @@ -31,10 +31,10 @@ src_configure() {
32 local mycmakeargs=(
33 -DNO_SELFTEST=$(usex !test)
34 )
35 - cmake-utils_src_configure
36 + cmake_src_configure
37 }
38
39 src_install() {
40 - cmake-utils_src_install
41 + cmake_src_install
42 dodoc -r docs/.
43 }