diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-12-23 00:14:53 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-12-23 00:14:53 +0000 |
commit | 6b3821fb25f540883d367472dcd06c105cfbb696 (patch) | |
tree | 5976226cef57caaa4c56d581fab6c7ff1e07432b /net-analyzer/icinga-web | |
parent | adding systemd support for bug 489860 (diff) | |
download | gentoo-2-6b3821fb25f540883d367472dcd06c105cfbb696.tar.gz gentoo-2-6b3821fb25f540883d367472dcd06c105cfbb696.tar.bz2 gentoo-2-6b3821fb25f540883d367472dcd06c105cfbb696.zip |
workaround upstreams make install issues...
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'net-analyzer/icinga-web')
-rw-r--r-- | net-analyzer/icinga-web/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/icinga-web/icinga-web-1.10.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/icinga-web/ChangeLog b/net-analyzer/icinga-web/ChangeLog index baab730ca640..c0c3b6c9ea90 100644 --- a/net-analyzer/icinga-web/ChangeLog +++ b/net-analyzer/icinga-web/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/icinga-web # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga-web/ChangeLog,v 1.15 2013/11/11 02:48:16 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga-web/ChangeLog,v 1.16 2013/12/23 00:14:53 prometheanfire Exp $ + + 23 Dec 2013; Matthew Thode <prometheanfire@gentoo.org> + icinga-web-1.10.0.ebuild: + workaround upstreams make install issues... *icinga-web-1.10.0 (11 Nov 2013) diff --git a/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild b/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild index 923cc0ace0e8..d3061d5384b5 100644 --- a/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild +++ b/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild,v 1.1 2013/11/11 02:48:16 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/icinga-web/icinga-web-1.10.0.ebuild,v 1.2 2013/12/23 00:14:53 prometheanfire Exp $ EAPI="5" @@ -80,7 +80,7 @@ src_install() { dodoc README rm -f README - emake DESTDIR="${D}" install + emake -j1 DESTDIR="${D}" install emake DESTDIR="${D}" install-javascript |