diff options
author | Thomas Kahle <tomka@gentoo.org> | 2013-06-24 21:56:57 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2013-06-24 21:56:57 +0000 |
commit | 09aeb290806016eca76a41df8ff596e0e36a34d8 (patch) | |
tree | 6fd4c6b47797ab9d4f369aa801e5338152a0c7d9 /sci-mathematics/4ti2 | |
parent | 2.2.0_alpha185 version bump. This includes all of the fixes in 2.1.12.10. (diff) | |
download | gentoo-2-09aeb290806016eca76a41df8ff596e0e36a34d8.tar.gz gentoo-2-09aeb290806016eca76a41df8ff596e0e36a34d8.tar.bz2 gentoo-2-09aeb290806016eca76a41df8ff596e0e36a34d8.zip |
Depend on glpk slot 0 (bug 473380)
(Portage version: 2.1.12.9/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC!)
Diffstat (limited to 'sci-mathematics/4ti2')
-rw-r--r-- | sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/4ti2/4ti2-1.3.2.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/4ti2/ChangeLog | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild b/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild index 238904e87e41..ad9cc5374546 100644 --- a/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild +++ b/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild,v 1.6 2012/06/22 12:39:26 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild,v 1.7 2013/06/24 21:56:57 tomka Exp $ EAPI=4 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86 ~x86-macos" IUSE="static-libs" DEPEND=" - sci-mathematics/glpk[gmp] + sci-mathematics/glpk:0[gmp] dev-libs/gmp[cxx]" RDEPEND="${DEPEND}" diff --git a/sci-mathematics/4ti2/4ti2-1.3.2.ebuild b/sci-mathematics/4ti2/4ti2-1.3.2.ebuild index 1772e45739e9..136541013871 100644 --- a/sci-mathematics/4ti2/4ti2-1.3.2.ebuild +++ b/sci-mathematics/4ti2/4ti2-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2.ebuild,v 1.6 2011/11/14 11:26:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2.ebuild,v 1.7 2013/06/24 21:56:57 tomka Exp $ EAPI=3 @@ -15,6 +15,6 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="static-libs" -DEPEND="sci-mathematics/glpk[gmp] +DEPEND="sci-mathematics/glpk:0[gmp] dev-libs/gmp[cxx]" RDEPEND="${DEPEND}" diff --git a/sci-mathematics/4ti2/ChangeLog b/sci-mathematics/4ti2/ChangeLog index 201b29a67b82..7bc8e27b2c78 100644 --- a/sci-mathematics/4ti2/ChangeLog +++ b/sci-mathematics/4ti2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/4ti2 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.9 2012/06/22 12:39:26 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.10 2013/06/24 21:56:57 tomka Exp $ + + 24 Jun 2013; Thomas Kahle <tomka@gentoo.org> 4ti2-1.3.2-r1.ebuild, + 4ti2-1.3.2.ebuild: + Depend on glpk slot 0 (bug 473380) 22 Jun 2012; Justin Lecher <jlec@gentoo.org> 4ti2-1.3.2-r1.ebuild, +files/4ti2-1.3.2-gcc47.patch: |