Skip to content

Commit

Permalink
app-doc/doxygen: [QA] Inherit flag-o-matic.eclass explicitly
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Oct 31, 2020
1 parent 88d02ef commit 1a605d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-doc/doxygen/doxygen-1.8.17.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )

CMAKE_MAKEFILE_GENERATOR="emake"

inherit cmake-utils eutils llvm python-any-r1
inherit cmake-utils eutils flag-o-matic llvm python-any-r1
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git"
Expand Down
2 changes: 1 addition & 1 deletion app-doc/doxygen/doxygen-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )

CMAKE_MAKEFILE_GENERATOR="emake"

inherit cmake-utils eutils python-any-r1
inherit cmake-utils eutils flag-o-matic python-any-r1
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git"
Expand Down

0 comments on commit 1a605d2

Please sign in to comment.