diff options
author | 2009-07-01 07:55:29 +0000 | |
---|---|---|
committer | 2009-07-01 07:55:29 +0000 | |
commit | b9783625bf9f2a0969c14c9edc134aed4aff182b (patch) | |
tree | a82298d8be1bb95d4691c4d680a0933a9626c2ca /dev-python | |
parent | Version bump. Debashify wx-config and wxrc wrappers for compatibility with (diff) | |
download | gentoo-2-b9783625bf9f2a0969c14c9edc134aed4aff182b.tar.gz gentoo-2-b9783625bf9f2a0969c14c9edc134aed4aff182b.tar.bz2 gentoo-2-b9783625bf9f2a0969c14c9edc134aed4aff182b.zip |
fixed install failure when USE="doc"
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/enthoughtbase/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/enthoughtbase/enthoughtbase-3.0.2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/enthoughtbase/ChangeLog b/dev-python/enthoughtbase/ChangeLog index f27f7fef3fd3..3b047f88e466 100644 --- a/dev-python/enthoughtbase/ChangeLog +++ b/dev-python/enthoughtbase/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/enthoughtbase # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.3 2009/03/27 10:38:36 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.4 2009/07/01 07:55:29 lordvan Exp $ + + 01 Jul 2009; Thomas Raschbacher <lordvan@gentoo.org> + enthoughtbase-3.0.2.ebuild: + commented out install of (non-existent) pdf docs since it fails *enthoughtbase-3.0.2 (27 Mar 2009) diff --git a/dev-python/enthoughtbase/enthoughtbase-3.0.2.ebuild b/dev-python/enthoughtbase/enthoughtbase-3.0.2.ebuild index c8a099ac1204..b8a0b0446ff9 100644 --- a/dev-python/enthoughtbase/enthoughtbase-3.0.2.ebuild +++ b/dev-python/enthoughtbase/enthoughtbase-3.0.2.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-python/enthoughtbase/enthoughtbase-3.0.2.ebuild,v 1.1 2009/03/27 10:38:36 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/enthoughtbase-3.0.2.ebuild,v 1.2 2009/07/01 07:55:29 lordvan Exp $ EAPI=2 inherit distutils @@ -52,7 +52,8 @@ src_install() { insinto /usr/share/doc/${PF} if use doc; then doins -r build/docs/html || die - doins build/docs/latex/*.pdf || die + # no pdf docs there... + #doins build/docs/latex/*.pdf || die fi if use examples; then doins -r examples || die |