Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770574 - cmake-multilib.eclass: Drop EAPI-6 support
Summary: cmake-multilib.eclass: Drop EAPI-6 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Multilib team
URL: https://qa-reports.gentoo.org/output/...
Whiteboard:
Keywords: PullRequest
Depends on: 703864 770577 770583
Blocks: EAPI6Removal
  Show dependency tree
 
Reported: 2021-02-14 16:14 UTC by Andreas Sturmlechner
Modified: 2021-03-11 19:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2021-02-14 16:14:46 UTC
Small excerpt of cmake.eclass changes:

- Drop all pre-EAPI-7 compatibility
- Drop CMAKE_MIN_VERSION
- Drop CMAKE_REMOVE_MODULES
- Array support for CMAKE_REMOVE_MODULES_LIST
- Drop _cmake_generator_to_use()
- Rename cmake-utils_src_make() -> cmake_build()
- Drop _cmake_ninja_src_make and _cmake_emake_src_make, move into cmake_build

EAPI-8 will be cmake.eclass-only and the CMAKE_ECLASS switch will be obsolete.
Comment 2 Larry the Git Cow gentoo-dev 2021-03-11 19:53:41 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa091654489bae8aa585ddadc6734e67b3364ed

commit 3aa091654489bae8aa585ddadc6734e67b3364ed
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-03-06 16:49:00 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-03-11 19:52:45 +0000

    cmake-multilib.eclass: Drop EAPI-6 support
    
    Bug: https://bugs.gentoo.org/770574
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 eclass/cmake-multilib.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)