diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2013-12-28 18:37:44 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2013-12-28 18:37:44 +0000 |
commit | f8a9f768c15467e5c9d0078b63a38b856a5a04d7 (patch) | |
tree | 45a06bc86111968878b3572b026a785dac983845 | |
parent | ChangeLog corrected (diff) | |
download | gentoo-2-f8a9f768c15467e5c9d0078b63a38b856a5a04d7.tar.gz gentoo-2-f8a9f768c15467e5c9d0078b63a38b856a5a04d7.tar.bz2 gentoo-2-f8a9f768c15467e5c9d0078b63a38b856a5a04d7.zip |
Put in a note that compileWriteUdg.o will take a long time to compile.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | sci-mathematics/nusmv/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/nusmv/nusmv-2.5.4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-mathematics/nusmv/ChangeLog b/sci-mathematics/nusmv/ChangeLog index cecfdce084f9..2d9013ce386e 100644 --- a/sci-mathematics/nusmv/ChangeLog +++ b/sci-mathematics/nusmv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/nusmv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.15 2013/12/28 05:28:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.16 2013/12/28 18:37:44 robbat2 Exp $ + + 28 Dec 2013; Robin H. Johnson <robbat2@gentoo.org> nusmv-2.5.4.ebuild: + Put in a note that compileWriteUdg.o will take a long time to compile. *nusmv-2.5.4 (28 Dec 2013) diff --git a/sci-mathematics/nusmv/nusmv-2.5.4.ebuild b/sci-mathematics/nusmv/nusmv-2.5.4.ebuild index cd4b378f8cf8..cdb102f819ab 100644 --- a/sci-mathematics/nusmv/nusmv-2.5.4.ebuild +++ b/sci-mathematics/nusmv/nusmv-2.5.4.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/sci-mathematics/nusmv/nusmv-2.5.4.ebuild,v 1.1 2013/12/28 05:28:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.5.4.ebuild,v 1.2 2013/12/28 18:37:44 robbat2 Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -97,6 +97,7 @@ src_compile() { cd ${NUSMV_S} econf ${myconf} + einfo "Don't be alarmed if compileWriteUdg.o takes a very long time to compile, ~90 minutes on an i7" emake || die "emake failed" VARTEXFONTS="${T}"/fonts emake docs |