diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2009-12-31 13:39:22 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2009-12-31 13:39:22 +0000 |
commit | 4ddcf59b97bc783a09c2f86f7232c3a5759f8e8a (patch) | |
tree | 8b8f126dffde06ac706bf89f280a94429bbcd295 /dev-games | |
parent | Fix Manifest (diff) | |
download | gentoo-2-4ddcf59b97bc783a09c2f86f7232c3a5759f8e8a.tar.gz gentoo-2-4ddcf59b97bc783a09c2f86f7232c3a5759f8e8a.tar.bz2 gentoo-2-4ddcf59b97bc783a09c2f86f7232c3a5759f8e8a.zip |
Fixing build with USE=doc. Bug #297122
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/wfmath/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/wfmath/wfmath-0.3.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/wfmath/ChangeLog b/dev-games/wfmath/ChangeLog index 1a29a5330a7c..52337f0db2e9 100644 --- a/dev-games/wfmath/ChangeLog +++ b/dev-games/wfmath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/wfmath # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/ChangeLog,v 1.8 2009/06/05 12:49:29 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/ChangeLog,v 1.9 2009/12/31 13:39:22 tupone Exp $ + + 31 Dec 2009; Tupone Alfredo <tupone@gentoo.org> wfmath-0.3.9.ebuild: + Fixing build with USE=doc. Bug #297122 *wfmath-0.3.9 (05 Jun 2009) diff --git a/dev-games/wfmath/wfmath-0.3.9.ebuild b/dev-games/wfmath/wfmath-0.3.9.ebuild index 766f5ab38543..7bab80f7a594 100644 --- a/dev-games/wfmath/wfmath-0.3.9.ebuild +++ b/dev-games/wfmath/wfmath-0.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/wfmath-0.3.9.ebuild,v 1.2 2009/10/14 04:46:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/wfmath-0.3.9.ebuild,v 1.3 2009/12/31 13:39:22 tupone Exp $ EAPI=2 DESCRIPTION="Worldforge math library" @@ -19,7 +19,7 @@ DEPEND="doc? ( app-doc/doxygen ) src_compile() { emake || die "emake failed" if use doc; then - emake -C doc doc || die "emake doc failed" + emake -C doc docs || die "emake doc failed" fi } |