commit:     3925c99dae76d338c90f7d217bf6a00c9e515469
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 17 08:23:27 2021 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 08:24:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3925c99d

dev-libs/jthread: bump EAPI to 7

Switch from cmake-utils to cmake eclass

Reported-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Closes: https://bugs.gentoo.org/770583
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>

 dev-libs/jthread/jthread-1.3.3.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/jthread/jthread-1.3.3.ebuild 
b/dev-libs/jthread/jthread-1.3.3.ebuild
index 165ed9f222d..3a5c2032dd4 100644
--- a/dev-libs/jthread/jthread-1.3.3.ebuild
+++ b/dev-libs/jthread/jthread-1.3.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
+CMAKE_ECLASS=cmake
 inherit cmake-multilib
 
 DESCRIPTION="JThread provides some classes to make use of threads easy on 
different platforms"
@@ -22,5 +23,5 @@ src_prepare() {
        if ! use static-libs; then
                sed -i -e '/jthread-static/d' src/CMakeLists.txt || die 'sed on 
src/CMakeLists.txt failed'
        fi
-       cmake-utils_src_prepare
+       cmake_src_prepare
 }

Reply via email to