diff options
author | 2011-04-29 14:02:04 +0000 | |
---|---|---|
committer | 2011-04-29 14:02:04 +0000 | |
commit | 8bd1394c73e2b2dee84ae46f5b863a0126fcd77c (patch) | |
tree | 28e6211d8c354ad01b8cd88441e63ae282aaa402 /sci-mathematics/glpk | |
parent | Fix repoman warnings. (diff) | |
download | gentoo-2-8bd1394c73e2b2dee84ae46f5b863a0126fcd77c.tar.gz gentoo-2-8bd1394c73e2b2dee84ae46f5b863a0126fcd77c.tar.bz2 gentoo-2-8bd1394c73e2b2dee84ae46f5b863a0126fcd77c.zip |
Add prefix keywords: ~ppc-aix and ~x86-linux for now.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/glpk')
-rw-r--r-- | sci-mathematics/glpk/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.45.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index 886aae3d069e..c845b3b061df 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/glpk -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.46 2010/12/22 05:57:59 bicatali Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.47 2011/04/29 14:02:04 haubi Exp $ + + 29 Apr 2011; Michael Haubenwallner <haubi@gentoo.org> glpk-4.45.ebuild: + Add prefix keywords: ~ppc-aix and ~x86-linux for now. *glpk-4.45 (22 Dec 2010) diff --git a/sci-mathematics/glpk/glpk-4.45.ebuild b/sci-mathematics/glpk/glpk-4.45.ebuild index 0edf07362623..931fdc8d1df2 100644 --- a/sci-mathematics/glpk/glpk-4.45.ebuild +++ b/sci-mathematics/glpk/glpk-4.45.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v 1.1 2010/12/22 05:57:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v 1.2 2011/04/29 14:02:04 haubi Exp $ EAPI=2 inherit flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" SLOT="0" IUSE="doc examples gmp odbc mysql static-libs" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-linux" RDEPEND="odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) gmp? ( dev-libs/gmp ) |