Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641828 - app-doc/doxygen-1.8.13-r2 ignores CMAKE_MAKEFILE_GENERATOR
Summary: app-doc/doxygen-1.8.13-r2 ignores CMAKE_MAKEFILE_GENERATOR
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-20 17:12 UTC by Eugene Shalygin
Modified: 2017-12-20 17:53 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 Eugene Shalygin 2017-12-20 17:12:08 UTC
When CMAKE_MAKEFILE_GENERATOR is not set to emake, doxygen[doc] build fails because the ebuild calls emake explicitly instead of cmake-utils_src_make
Comment 1 Larry the Git Cow gentoo-dev 2017-12-20 17:53:28 UTC
The bug has been closed via the following commit(s):

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

commit c2ae81b0a3d28103bac495c61fc264925bda37e6
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2017-12-20 17:50:50 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2017-12-20 17:53:19 +0000

    app-doc/doxygen: use cmake-utils_src_make instead of emake
    
    Closes: https://bugs.gentoo.org/641828
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-doc/doxygen/doxygen-1.8.13-r1.ebuild | 2 +-
 app-doc/doxygen/doxygen-1.8.13-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)