diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2011-12-18 20:40:56 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2011-12-18 20:40:56 +0000 |
commit | 6138f778a46381bb297d4cb2fceaab4b429d7a22 (patch) | |
tree | 0005cdb47db1a696cedb2bcc58e4758c33c104bc | |
parent | recommitting aborted transfer (diff) | |
download | gentoo-2-6138f778a46381bb297d4cb2fceaab4b429d7a22.tar.gz gentoo-2-6138f778a46381bb297d4cb2fceaab4b429d7a22.tar.bz2 gentoo-2-6138f778a46381bb297d4cb2fceaab4b429d7a22.zip |
Stable for ppc; bug #387187
(Portage version: 2.1.10.11/cvs/Linux ppc)
-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 540c2d996b78..6ee0e54243d1 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.4 2011/12/11 21:52:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.5 2011/12/18 20:40:56 halcy0n Exp $ + + 18 Dec 2011; Mark Loeser <halcy0n@gentoo.org> lpsolve-5.5.2.0.ebuild: + Stable for ppc; bug #387187 11 Dec 2011; Markus Meier <maekke@gentoo.org> lpsolve-5.5.2.0.ebuild: x86 stable, bug #387187 diff --git a/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild b/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild index 1261a5c45074..e573162ed8b2 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.4 2011/12/11 21:52:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.5 2011/12/18 20:40:56 halcy0n 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" |