mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
04f0eeb82d
commit
dc043aa36b
@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
inherit multilib-minimal
|
||||
|
||||
if [[ ${PV} == *9999* ]] ; then
|
||||
if [[ ${PV} == *9999 ]] ; then
|
||||
EGIT_REPO_URI="https://git.code.sf.net/p/libwpd/librevenge"
|
||||
inherit git-r3 autotools
|
||||
else
|
||||
@ -29,10 +29,7 @@ BDEPEND="doc? ( app-text/doxygen[dot] )"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
[[ ${PV} == *9999* ]] && eautoreconf
|
||||
if multilib_is_native_abi && use doc; then
|
||||
doxygen -u docs/doxygen/doxygen.cfg || die
|
||||
fi
|
||||
[[ ${PV} == *9999 ]] && eautoreconf
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user