public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/polymake: ChangeLog polymake-2.9.9.ebuild
@ 2010-11-17  8:10 Thomas Kahle (tomka)
  0 siblings, 0 replies; only message in thread
From: Thomas Kahle (tomka) @ 2010-11-17  8:10 UTC (permalink / raw
  To: gentoo-commits

tomka       10/11/17 08:10:17

  Modified:             ChangeLog polymake-2.9.9.ebuild
  Log:
  Missing || die on configure. Thx maekke.
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.3                  sci-mathematics/polymake/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	16 Nov 2010 23:33:43 -0000	1.2
+++ ChangeLog	17 Nov 2010 08:10:17 -0000	1.3
@@ -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)
 



1.2                  sci-mathematics/polymake/polymake-2.9.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/polymake-2.9.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/polymake-2.9.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/polymake-2.9.9.ebuild?r1=1.1&r2=1.2

Index: polymake-2.9.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.9.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- polymake-2.9.9.ebuild	16 Nov 2010 23:33:43 -0000	1.1
+++ polymake-2.9.9.ebuild	17 Nov 2010 08:10:17 -0000	1.2
@@ -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-mathematics/polymake/polymake-2.9.9.ebuild,v 1.1 2010/11/16 23:33:43 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.9.9.ebuild,v 1.2 2010/11/17 08:10:17 tomka Exp $
 
 EAPI=2
 
@@ -41,7 +41,8 @@
 	export CXXOPT=$(get-flag -O)
 	# Configure does not accept --host, therefore econf cannot be used
 	./configure --prefix=/usr \
-				--libdir=/usr/$(get_libdir)
+		--libdir=/usr/$(get_libdir) \
+		|| die "configure failed"
 }
 
 src_install(){






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-17  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-17  8:10 [gentoo-commits] gentoo-x86 commit in sci-mathematics/polymake: ChangeLog polymake-2.9.9.ebuild Thomas Kahle (tomka)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox