diff options
author | David Seifert <soap@gentoo.org> | 2020-10-31 12:10:44 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-10-31 12:10:44 +0100 |
commit | 1a605d226d6ff73e1ca51b1ad4eddbc6b2b5316c (patch) | |
tree | c019009375d9e42fba8b53eaad942ed701225c88 /app-doc | |
parent | media-libs/fontconfig: Stabilize 2.13.1-r2 amd64, #733558 (diff) | |
download | gentoo-1a605d226d6ff73e1ca51b1ad4eddbc6b2b5316c.tar.gz gentoo-1a605d226d6ff73e1ca51b1ad4eddbc6b2b5316c.tar.bz2 gentoo-1a605d226d6ff73e1ca51b1ad4eddbc6b2b5316c.zip |
app-doc/doxygen: [QA] Inherit flag-o-matic.eclass explicitly
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/doxygen/doxygen-1.8.17.ebuild | 2 | ||||
-rw-r--r-- | app-doc/doxygen/doxygen-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/doxygen/doxygen-1.8.17.ebuild b/app-doc/doxygen/doxygen-1.8.17.ebuild index bf7d60e1406b..84c6af723d76 100644 --- a/app-doc/doxygen/doxygen-1.8.17.ebuild +++ b/app-doc/doxygen/doxygen-1.8.17.ebuild @@ -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" diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild index c8cede4e3256..0e657c1e3f45 100644 --- a/app-doc/doxygen/doxygen-9999.ebuild +++ b/app-doc/doxygen/doxygen-9999.ebuild @@ -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" |