diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 20:07:25 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-28 20:07:25 +0000 |
commit | 31f6d79307f4589f9c44a4eae9f7d978d57ff2c6 (patch) | |
tree | e2616af820f77b825a53c21a4b75c3e234349d39 /sci-mathematics/ginac | |
parent | Dependency update: dev-libs/cln -> sci-libs/cln. (diff) | |
download | gentoo-2-31f6d79307f4589f9c44a4eae9f7d978d57ff2c6.tar.gz gentoo-2-31f6d79307f4589f9c44a4eae9f7d978d57ff2c6.tar.bz2 gentoo-2-31f6d79307f4589f9c44a4eae9f7d978d57ff2c6.zip |
Dependency update: dev-libs/cln -> sci-libs/cln.
Diffstat (limited to 'sci-mathematics/ginac')
-rw-r--r-- | sci-mathematics/ginac/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.1.3.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.1.6.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.2.3.ebuild | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog index 6c5ae2b7396c..68abf9b8066e 100644 --- a/sci-mathematics/ginac/ChangeLog +++ b/sci-mathematics/ginac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/ginac # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.3 2004/12/28 20:06:16 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.4 2004/12/28 20:06:32 ribosome Exp $ + + 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> ginac-1.2.3.ebuild: + Dependency update: dev-libs/cln -> sci-libs/cln. 28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> ginac-1.1.6.ebuild: Dependency update: dev-libs/cln -> sci-libs/cln. diff --git a/sci-mathematics/ginac/ginac-1.1.3.ebuild b/sci-mathematics/ginac/ginac-1.1.3.ebuild index ffcc64db14d1..a957d65a1240 100644 --- a/sci-mathematics/ginac/ginac-1.1.3.ebuild +++ b/sci-mathematics/ginac/ginac-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.1.3.ebuild,v 1.1 2004/12/28 05:33:41 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.1.3.ebuild,v 1.2 2004/12/28 20:05:57 ribosome Exp $ IUSE="" @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc" -DEPEND="dev-libs/cln" +DEPEND="sci-libs/cln" src_compile() { filter-flags "-funroll-loops -frerun-loop-opt" diff --git a/sci-mathematics/ginac/ginac-1.1.6.ebuild b/sci-mathematics/ginac/ginac-1.1.6.ebuild index a6d1b2a87426..edcfbdf79900 100644 --- a/sci-mathematics/ginac/ginac-1.1.6.ebuild +++ b/sci-mathematics/ginac/ginac-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.1.6.ebuild,v 1.1 2004/12/28 05:33:41 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.1.6.ebuild,v 1.2 2004/12/28 20:06:16 ribosome Exp $ IUSE="" @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" -DEPEND="dev-libs/cln" +DEPEND="sci-libs/cln" src_compile() { filter-flags "-funroll-loops -frerun-loop-opt" diff --git a/sci-mathematics/ginac/ginac-1.2.3.ebuild b/sci-mathematics/ginac/ginac-1.2.3.ebuild index 7609b84901aa..33d35dce3393 100644 --- a/sci-mathematics/ginac/ginac-1.2.3.ebuild +++ b/sci-mathematics/ginac/ginac-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.2.3.ebuild,v 1.1 2004/12/28 05:33:41 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.2.3.ebuild,v 1.2 2004/12/28 20:06:32 ribosome Exp $ IUSE="" @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc ~ppc" -DEPEND="dev-libs/cln" +DEPEND="sci-libs/cln" src_compile() { filter-flags "-funroll-loops -frerun-loop-opt" |