summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 20:10:31 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 20:10:31 +0000
commitcbf40c574d98dff586b60886cef7d60ac20dd050 (patch)
tree4498540291228ba671923f8947fc6f5c4af8d72a /sci-mathematics
parentRemove virtual/libc (diff)
downloadgentoo-2-cbf40c574d98dff586b60886cef7d60ac20dd050.tar.gz
gentoo-2-cbf40c574d98dff586b60886cef7d60ac20dd050.tar.bz2
gentoo-2-cbf40c574d98dff586b60886cef7d60ac20dd050.zip
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/glpk/ChangeLog5
-rw-r--r--sci-mathematics/glpk/glpk-4.8.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/sci-mathematics/glpk/ChangeLog b/sci-mathematics/glpk/ChangeLog
index ea054799a121..93fdbc906b75 100644
--- a/sci-mathematics/glpk/ChangeLog
+++ b/sci-mathematics/glpk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/glpk
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.38 2009/08/14 23:46:55 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.39 2009/09/23 20:10:31 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> glpk-4.8.ebuild:
+ Remove virtual/libc
*glpk-4.39 (14 Aug 2009)
diff --git a/sci-mathematics/glpk/glpk-4.8.ebuild b/sci-mathematics/glpk/glpk-4.8.ebuild
index a2af3338f7c7..ca45b674e8ef 100644
--- a/sci-mathematics/glpk/glpk-4.8.ebuild
+++ b/sci-mathematics/glpk/glpk-4.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.8.ebuild,v 1.5 2006/02/13 02:04:48 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.8.ebuild,v 1.6 2009/09/23 20:10:31 patrick Exp $
DESCRIPTION="GNU Linear Programming Kit"
LICENSE="GPL-2"
@@ -12,9 +12,8 @@ IUSE="doc"
KEYWORDS="amd64 ppc x86"
DEPEND=">=sys-devel/gcc-3.2
- virtual/libc
doc? ( virtual/ghostscript )"
-RDEPEND="virtual/libc"
+RDEPEND=""
src_compile() {
LIBS="${LIBS} -lm" econf --enable-shared || die