Skip to content

Commit

Permalink
app-doc/doxygen: restrict to <sys-devel/clang-10
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/711650
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Matthias Maier <[email protected]>
  • Loading branch information
tamiko committed Mar 11, 2020
1 parent af46668 commit 90be434
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
7 changes: 5 additions & 2 deletions app-doc/doxygen/doxygen-1.8.15.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_6 )

CMAKE_MAKEFILE_GENERATOR="emake"

inherit cmake-utils eutils python-any-r1
inherit cmake-utils eutils llvm python-any-r1
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git"
Expand All @@ -27,7 +27,7 @@ RDEPEND="app-text/ghostscript-gpl
dev-lang/perl
media-libs/libpng:0=
virtual/libiconv
clang? ( >=sys-devel/clang-4.0.0:= )
clang? ( <sys-devel/clang-10:= )
dot? (
media-gfx/graphviz
media-libs/freetype
Expand Down Expand Up @@ -67,7 +67,10 @@ PATCHES=(

DOCS=( LANGUAGE.HOWTO README.md )

LLVM_MAX_SLOT=9

pkg_setup() {
use clang && llvm_pkg_setup
use doc && python-any-r1_pkg_setup
}

Expand Down
6 changes: 4 additions & 2 deletions app-doc/doxygen/doxygen-1.8.16-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_6 )

CMAKE_MAKEFILE_GENERATOR="emake"

inherit cmake-utils eutils python-any-r1
inherit cmake-utils eutils llvm python-any-r1
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git"
Expand All @@ -28,7 +28,7 @@ RDEPEND="app-text/ghostscript-gpl
dev-lang/perl
media-libs/libpng:0=
virtual/libiconv
clang? ( >=sys-devel/clang-4.0.0:= )
clang? ( <sys-devel/clang-10:= )
dot? (
media-gfx/graphviz
media-libs/freetype
Expand Down Expand Up @@ -68,8 +68,10 @@ PATCHES=(
)

DOCS=( LANGUAGE.HOWTO README.md )
LLVM_MAX_SLOT=9

pkg_setup() {
use clang && llvm_pkg_setup
use doc && python-any-r1_pkg_setup
}

Expand Down
7 changes: 5 additions & 2 deletions 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 python-any-r1
inherit cmake-utils eutils llvm python-any-r1
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git"
Expand All @@ -28,7 +28,7 @@ RDEPEND="app-text/ghostscript-gpl
dev-lang/perl
media-libs/libpng:0=
virtual/libiconv
clang? ( >=sys-devel/clang-4.0.0:= )
clang? ( <sys-devel/clang-10:= )
dot? (
media-gfx/graphviz
media-libs/freetype
Expand Down Expand Up @@ -66,7 +66,10 @@ PATCHES=(

DOCS=( LANGUAGE.HOWTO README.md )

LLVM_MAX_SLOT=9

pkg_setup() {
use clang && llvm_pkg_setup
use doc && python-any-r1_pkg_setup
}

Expand Down

0 comments on commit 90be434

Please sign in to comment.