summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-06 10:36:17 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-06 10:36:17 +0000
commitd5664b82b4ce818ec0aab51e41d635af61de115c (patch)
tree4832d361f1c8dbef2289ca44561a9fae39af98de /sci-mathematics/glpk
parentAdded ~ppc64 (diff)
downloadgentoo-2-d5664b82b4ce818ec0aab51e41d635af61de115c.tar.gz
gentoo-2-d5664b82b4ce818ec0aab51e41d635af61de115c.tar.bz2
gentoo-2-d5664b82b4ce818ec0aab51e41d635af61de115c.zip
Removed * postfix from <, <=, >= and > dependencies.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'sci-mathematics/glpk')
-rw-r--r--sci-mathematics/glpk/ChangeLog5
-rw-r--r--sci-mathematics/glpk/glpk-4.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog
index 9675880d4a82..c303f6e25ba4 100644
--- a/sci-mathematics/glpk/ChangeLog
+++ b/sci-mathematics/glpk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/glpk
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.3 2005/01/06 11:57:06 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.4 2005/05/06 10:36:17 swegener Exp $
+
+ 06 May 2005; Sven Wegener <swegener@gentoo.org> glpk-4.7.ebuild:
+ Removed * postfix from <, <=, >= and > dependencies.
06 Jan 2005; Robin H. Johnson <robbat2@gentoo.org> -glpk-4.2.ebuild,
glpk-4.7.ebuild:
diff --git a/sci-mathematics/glpk/glpk-4.7.ebuild b/sci-mathematics/glpk/glpk-4.7.ebuild
index af389103f1e9..6a3860006d24 100644
--- a/sci-mathematics/glpk/glpk-4.7.ebuild
+++ b/sci-mathematics/glpk/glpk-4.7.ebuild
@@ -1,6 +1,6 @@
# 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.2 2005/01/06 11:57:06 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.7.ebuild,v 1.3 2005/05/06 10:36:17 swegener Exp $
DESCRIPTION="GNU Linear Programming Kit"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
@@ -12,7 +12,7 @@ KEYWORDS="x86 ~amd64"
IUSE="doc"
RDEPEND="sys-libs/glibc"
-DEPEND=">=sys-devel/gcc-3.2* ${RDEPEND}
+DEPEND=">=sys-devel/gcc-3.2 ${RDEPEND}
doc? ( virtual/ghostscript )"
src_compile() {