diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-03-24 14:33:55 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-03-24 14:33:55 +0000 |
commit | f41d214088de75feff0f6b503e3a569c0376a2c9 (patch) | |
tree | 25aa7b8669344c7acbb91468e3d77550f552419f /sci-mathematics | |
parent | Version bump, remove old. (diff) | |
download | gentoo-2-f41d214088de75feff0f6b503e3a569c0376a2c9.tar.gz gentoo-2-f41d214088de75feff0f6b503e3a569c0376a2c9.tar.bz2 gentoo-2-f41d214088de75feff0f6b503e3a569c0376a2c9.zip |
Marked ~x{86,64}-macos, bug #408497
(Portage version: 2.2.01.20271-prefix/cvs/Darwin i386)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/glpk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.47.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index e953390e1836..6a99b009413b 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/glpk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.55 2012/03/08 15:14:10 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.56 2012/03/24 14:33:55 grobian Exp $ + + 24 Mar 2012; Fabian Groffen <grobian@gentoo.org> glpk-4.47.ebuild: + Marked ~x{86,64}-macos, bug #408497 08 Mar 2012; Brent Baude <ranger@gentoo.org> glpk-4.45.ebuild: Marking glpk-4.45 ppc64 for bug 391517 diff --git a/sci-mathematics/glpk/glpk-4.47.ebuild b/sci-mathematics/glpk/glpk-4.47.ebuild index d1079eb3c1f7..c2c12478d774 100644 --- a/sci-mathematics/glpk/glpk-4.47.ebuild +++ b/sci-mathematics/glpk/glpk-4.47.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.47.ebuild,v 1.1 2011/11/25 19:11:22 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.47.ebuild,v 1.2 2012/03/24 14:33:55 grobian Exp $ EAPI=4 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 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" RDEPEND="odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) gmp? ( dev-libs/gmp ) |