diff options
author | Markus Meier <maekke@gentoo.org> | 2011-12-11 21:52:57 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-12-11 21:52:57 +0000 |
commit | 53f756547c6cdc87dafff1a66de8ba47e685b053 (patch) | |
tree | 371b6b8000979761731470a70d3aee62a3667a9c /sci-mathematics/lpsolve | |
parent | x86 stable, bug #387187 (diff) | |
download | gentoo-2-53f756547c6cdc87dafff1a66de8ba47e685b053.tar.gz gentoo-2-53f756547c6cdc87dafff1a66de8ba47e685b053.tar.bz2 gentoo-2-53f756547c6cdc87dafff1a66de8ba47e685b053.zip |
x86 stable, bug #387187
(Portage version: 2.1.10.40/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/lpsolve')
-rw-r--r-- | sci-mathematics/lpsolve/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/lpsolve/ChangeLog b/sci-mathematics/lpsolve/ChangeLog index 07c487ff3547..540c2d996b78 100644 --- a/sci-mathematics/lpsolve/ChangeLog +++ b/sci-mathematics/lpsolve/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/lpsolve # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.3 2011/10/26 15:42:05 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.4 2011/12/11 21:52:57 maekke Exp $ + + 11 Dec 2011; Markus Meier <maekke@gentoo.org> lpsolve-5.5.2.0.ebuild: + x86 stable, bug #387187 26 Oct 2011; Tony Vroon <chainsaw@gentoo.org> lpsolve-5.5.2.0.ebuild: Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & diff --git a/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild b/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild index 4a2aefc60c53..1261a5c45074 100644 --- a/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild +++ b/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.3 2011/10/26 15:42:05 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.4 2011/12/11 21:52:57 maekke Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" IUSE="static-libs" DEPEND="sci-libs/colamd" |