summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/nusmv/ChangeLog7
-rw-r--r--sci-mathematics/nusmv/nusmv-2.3.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/nusmv/ChangeLog b/sci-mathematics/nusmv/ChangeLog
index b863d77ad08f..fd5b881a55ff 100644
--- a/sci-mathematics/nusmv/ChangeLog
+++ b/sci-mathematics/nusmv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/nusmv
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.7 2009/12/26 17:46:23 pva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.8 2010/01/13 16:48:53 bicatali Exp $
+
+ 13 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> nusmv-2.3.1.ebuild:
+ Added VARTEXFONTS, bug #223077
26 Dec 2009; Peter Volkov <pva@gentoo.org> nusmv-2.3.1.ebuild:
virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
diff --git a/sci-mathematics/nusmv/nusmv-2.3.1.ebuild b/sci-mathematics/nusmv/nusmv-2.3.1.ebuild
index 3407df366e15..a58d022c136a 100644
--- a/sci-mathematics/nusmv/nusmv-2.3.1.ebuild
+++ b/sci-mathematics/nusmv/nusmv-2.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.5 2009/12/26 17:46:23 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.6 2010/01/13 16:48:53 bicatali Exp $
inherit eutils toolchain-funcs
@@ -87,7 +87,7 @@ src_compile() {
--enable-psl || die "econf failed"
emake || die "emake failed"
- emake docs
+ VARTEXFONTS="${T}"/fonts emake docs
}
src_install() {