diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-01-06 11:57:06 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-01-06 11:57:06 +0000 |
commit | 77c4717261e07652e8867efda235d55bf663f708 (patch) | |
tree | aec6d147cdb0b0abcd8b8c4c387e5e5492fce750 /sci-mathematics/glpk/glpk-4.7.ebuild | |
parent | added dev-libs/libgpg-error to depandencies (Manifest recommit) (diff) | |
download | gentoo-2-77c4717261e07652e8867efda235d55bf663f708.tar.gz gentoo-2-77c4717261e07652e8867efda235d55bf663f708.tar.bz2 gentoo-2-77c4717261e07652e8867efda235d55bf663f708.zip |
4.7 in stable x86 now, and old 4.2 removed from tree for bug #55139.
Diffstat (limited to 'sci-mathematics/glpk/glpk-4.7.ebuild')
-rw-r--r-- | sci-mathematics/glpk/glpk-4.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/glpk/glpk-4.7.ebuild b/sci-mathematics/glpk/glpk-4.7.ebuild index 393ee2010561..af389103f1e9 100644 --- a/sci-mathematics/glpk/glpk-4.7.ebuild +++ b/sci-mathematics/glpk/glpk-4.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.7.ebuild,v 1.1 2004/12/28 05:39:58 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.7.ebuild,v 1.2 2005/01/06 11:57:06 robbat2 Exp $ DESCRIPTION="GNU Linear Programming Kit" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.gnu.org/software/glpk/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64" IUSE="doc" RDEPEND="sys-libs/glibc" |