diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-06-09 12:18:17 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-06-09 12:18:17 +0000 |
commit | 7ed4a0aebedb7469ac44969961f52ba3f0d9dfcf (patch) | |
tree | 3ca9c7434c730c25a658665848ae07c93157bc09 /sci-mathematics/glpk | |
parent | http://my.opera.com/desktopteam/blog/2011/06/09/opera-dragonfly-fix (diff) | |
download | gentoo-2-7ed4a0aebedb7469ac44969961f52ba3f0d9dfcf.tar.gz gentoo-2-7ed4a0aebedb7469ac44969961f52ba3f0d9dfcf.tar.bz2 gentoo-2-7ed4a0aebedb7469ac44969961f52ba3f0d9dfcf.zip |
[sci-mathematics/glpk] Add ~amd64-linux keyword
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/glpk')
-rw-r--r-- | sci-mathematics/glpk/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/glpk/glpk-4.45.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog index c845b3b061df..ac38a05885c0 100644 --- a/sci-mathematics/glpk/ChangeLog +++ b/sci-mathematics/glpk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/glpk # 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 $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.48 2011/06/09 12:18:17 alexxy Exp $ + + 09 Jun 2011; Alexey Shvetsov <alexxy@gentoo.org> glpk-4.45.ebuild: + Add ~amd64-linux keyword 29 Apr 2011; Michael Haubenwallner <haubi@gentoo.org> glpk-4.45.ebuild: Add prefix keywords: ~ppc-aix and ~x86-linux for now. diff --git a/sci-mathematics/glpk/glpk-4.45.ebuild b/sci-mathematics/glpk/glpk-4.45.ebuild index 931fdc8d1df2..03090318529c 100644 --- a/sci-mathematics/glpk/glpk-4.45.ebuild +++ b/sci-mathematics/glpk/glpk-4.45.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/glpk/glpk-4.45.ebuild,v 1.2 2011/04/29 14:02:04 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v 1.3 2011/06/09 12:18:17 alexxy 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 ~ppc-aix ~x86-fbsd ~x86-linux" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux" RDEPEND="odbc? ( || ( dev-db/libiodbc dev-db/unixODBC ) ) gmp? ( dev-libs/gmp ) |