diff options
author | Akinori Hattori <hattya@gentoo.org> | 2017-08-23 23:42:43 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2017-08-23 23:49:32 +0900 |
commit | 3d8a9660f43c78b5d558b037ab59a945790e3dba (patch) | |
tree | 03be22c6b1c58ce8e47ff25fc69e5accf1e70962 /app-i18n | |
parent | app-i18n/pyzy: drop test USE flag (diff) | |
download | gentoo-3d8a9660f43c78b5d558b037ab59a945790e3dba.tar.gz gentoo-3d8a9660f43c78b5d558b037ab59a945790e3dba.tar.bz2 gentoo-3d8a9660f43c78b5d558b037ab59a945790e3dba.zip |
app-i18n/pyzy: fix build with USE=doc
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/pyzy/pyzy-0.1.0-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild b/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild index b14079d65983..23fe6deec287 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() { |