Skip to content

Commit

Permalink
app-doc/doxygen: [QA] Add cmake-utils_src_prepare
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/638106
Package-Manager: Portage-2.3.14, Repoman-2.3.6
  • Loading branch information
SoapGentoo committed Nov 19, 2017
1 parent 6f27ca1 commit 6cccab4
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.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pkg_setup() {
}

src_prepare() {
default
cmake-utils_src_prepare

# Ensure we link to -liconv
if use elibc_FreeBSD && has_version dev-libs/libiconv || use elibc_uclibc; then
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 @@ -60,7 +60,7 @@ pkg_setup() {
}

src_prepare() {
default
cmake-utils_src_prepare

# Ensure we link to -liconv
if use elibc_FreeBSD && has_version dev-libs/libiconv || use elibc_uclibc; then
Expand Down

0 comments on commit 6cccab4

Please sign in to comment.