diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-06 13:45:11 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-06 13:45:11 +0000 |
commit | d57628358b8b9c7759f7f1db1078dff109ec6a95 (patch) | |
tree | 958ddc7a612ce6f3887540d890ac47310fa689f4 /sci-libs/cbflib | |
parent | Fix LICENSE (#301969). Maintenance (diff) | |
download | gentoo-2-d57628358b8b9c7759f7f1db1078dff109ec6a95.tar.gz gentoo-2-d57628358b8b9c7759f7f1db1078dff109ec6a95.tar.bz2 gentoo-2-d57628358b8b9c7759f7f1db1078dff109ec6a95.zip |
Parallel build is allowed
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cbflib')
-rw-r--r-- | sci-libs/cbflib/ChangeLog | 3 | ||||
-rw-r--r-- | sci-libs/cbflib/cbflib-0.8.1-r4.ebuild | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sci-libs/cbflib/ChangeLog b/sci-libs/cbflib/ChangeLog index 00264952891c..551e86053bce 100644 --- a/sci-libs/cbflib/ChangeLog +++ b/sci-libs/cbflib/ChangeLog @@ -1,10 +1,11 @@ # ChangeLog for sci-libs/cbflib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.2 2010/02/06 13:43:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.3 2010/02/06 13:45:11 jlec Exp $ 06 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org> cbflib-0.8.1-r4.ebuild: Fixed missing installation of headers + It can be build in parallel *cbflib-0.8.1-r4 (03 Feb 2010) diff --git a/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild b/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild index 800762a44da0..b1fc5314f17f 100644 --- a/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild +++ b/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild,v 1.2 2010/02/06 13:43:12 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.8.1-r4.ebuild,v 1.3 2010/02/06 13:45:11 jlec Exp $ EAPI="3" @@ -50,7 +50,7 @@ src_prepare(){ } src_compile() { - emake -j1 shared || die + emake shared || die } # test app is borked in this version |