dev-libs/librevenge: Revert "Fix build w/ IUSE doc"

This reverts commit 616cba7fd36b6bd2b84585e20773517ba7e0947d.
Unclear install image change as result, should not have been pushed.

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-12-13 12:25:20 +01:00
parent 04f0eeb82d
commit dc043aa36b
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E

View File

@ -5,7 +5,7 @@ EAPI=8
inherit multilib-minimal inherit multilib-minimal
if [[ ${PV} == *9999* ]] ; then if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://git.code.sf.net/p/libwpd/librevenge" EGIT_REPO_URI="https://git.code.sf.net/p/libwpd/librevenge"
inherit git-r3 autotools inherit git-r3 autotools
else else
@ -29,10 +29,7 @@ BDEPEND="doc? ( app-text/doxygen[dot] )"
src_prepare() { src_prepare() {
default default
[[ ${PV} == *9999* ]] && eautoreconf [[ ${PV} == *9999 ]] && eautoreconf
if multilib_is_native_abi && use doc; then
doxygen -u docs/doxygen/doxygen.cfg || die
fi
} }
multilib_src_configure() { multilib_src_configure() {