diff options
author | 2010-11-17 08:10:17 +0000 | |
---|---|---|
committer | 2010-11-17 08:10:17 +0000 | |
commit | dd5cc1ebbe892c8e92c468a4b589f5cac3c21d1e (patch) | |
tree | 98a0e3487ee0bb585b245c82600834e4d3e4ee7b /sci-mathematics/polymake/ChangeLog | |
parent | Version Bump (diff) | |
download | historical-dd5cc1ebbe892c8e92c468a4b589f5cac3c21d1e.tar.gz historical-dd5cc1ebbe892c8e92c468a4b589f5cac3c21d1e.tar.bz2 historical-dd5cc1ebbe892c8e92c468a4b589f5cac3c21d1e.zip |
Missing || die on configure. Thx maekke.
Package-Manager: portage-2.1.9.24/cvs/Linux i686
Diffstat (limited to 'sci-mathematics/polymake/ChangeLog')
-rw-r--r-- | sci-mathematics/polymake/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-mathematics/polymake/ChangeLog b/sci-mathematics/polymake/ChangeLog index a12476d8e511..db71e6c4a5cd 100644 --- a/sci-mathematics/polymake/ChangeLog +++ b/sci-mathematics/polymake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/polymake # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.2 2010/11/16 23:33:43 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.3 2010/11/17 08:10:17 tomka Exp $ + + 17 Nov 2010; Thomas Kahle <tomka@gentoo.org> polymake-2.9.9.ebuild: + Missing || die on configure. Thx maekke. *polymake-2.9.9 (16 Nov 2010) |