diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-06-28 23:28:24 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-06-28 23:28:24 +0000 |
commit | 77976aceb294def90e843cfbaab9231577a4f337 (patch) | |
tree | 9eec037d41f836caf5cc05b76808f9549888c281 /app-admin | |
parent | Fix typos in grub.default, #424005 by Chris Mayo. (diff) | |
download | gentoo-2-77976aceb294def90e843cfbaab9231577a4f337.tar.gz gentoo-2-77976aceb294def90e843cfbaab9231577a4f337.tar.bz2 gentoo-2-77976aceb294def90e843cfbaab9231577a4f337.zip |
Temporary workaround for parallel build in doc/Makefile
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/webapp-config/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.50.19.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-admin/webapp-config/ChangeLog b/app-admin/webapp-config/ChangeLog index d9b57392f139..6c92266fa181 100644 --- a/app-admin/webapp-config/ChangeLog +++ b/app-admin/webapp-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/webapp-config # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.82 2012/06/28 21:09:54 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.83 2012/06/28 23:28:24 blueness Exp $ + + 28 Jun 2012; Anthony G. Basile <blueness@gentoo.org> + webapp-config-1.50.19.ebuild: + Temporary workaround for parallel build in doc/Makefile 28 Jun 2012; Mike Gilbert <floppym@gentoo.org> webapp-config-1.50.19.ebuild: Restrict python 2.5 based on advice from Arfrever. diff --git a/app-admin/webapp-config/webapp-config-1.50.19.ebuild b/app-admin/webapp-config/webapp-config-1.50.19.ebuild index 53a4865543e6..923949e907ed 100644 --- a/app-admin/webapp-config/webapp-config-1.50.19.ebuild +++ b/app-admin/webapp-config/webapp-config-1.50.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.19.ebuild,v 1.3 2012/06/28 21:09:54 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.19.ebuild,v 1.4 2012/06/28 23:28:24 blueness Exp $ EAPI="3" @@ -26,7 +26,8 @@ PYTHON_MODNAME="WebappConfig" src_compile() { distutils_src_compile - emake -C doc/ + #parallel build fixed in next release + emake -j1 -C doc/ } src_install() { |