commit: 3d8a9660f43c78b5d558b037ab59a945790e3dba
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 14:42:43 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 14:49:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8a9660
app-i18n/pyzy: fix build with USE=doc
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/pyzy/pyzy-0.1.0-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
b/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
index b14079d6598..23fe6deec28 100644
--- a/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
+++ b/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
@@ -43,7 +43,8 @@ src_configure() {
econf \
$(use_enable boost) \
$(use_enable opencc) \
- --enable-db-open-phrase
+ --enable-db-open-phrase \
+ DOXYGEN=$(usex doc doxygen true)
}
src_install() {