diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-13 16:48:53 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-13 16:48:53 +0000 |
commit | 83ceba5773ef16e750d3013e5b08592122cb2bba (patch) | |
tree | 8f3c7b6636ff0599b9f2ed85b2108fc4fe5fa359 /sci-mathematics | |
parent | Marking ruby-inline-3.8.4 ~ppc64 for bug 298368 (diff) | |
download | gentoo-2-83ceba5773ef16e750d3013e5b08592122cb2bba.tar.gz gentoo-2-83ceba5773ef16e750d3013e5b08592122cb2bba.tar.bz2 gentoo-2-83ceba5773ef16e750d3013e5b08592122cb2bba.zip |
Added VARTEXFONTS, bug #223077
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/nusmv/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/nusmv/nusmv-2.3.1.ebuild | 6 |
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() { |