summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2003-01-08 03:34:17 +0000
committerGeorge Shapovalov <george@gentoo.org>2003-01-08 03:34:17 +0000
commit20d85e5083d16a5f268baada4d6b271cd25096ff (patch)
treed0ce348e23439588af150712d38eb0cee6bfb409 /app-misc
parentAdded sparc to keywords. (diff)
downloadhistorical-20d85e5083d16a5f268baada4d6b271cd25096ff.tar.gz
historical-20d85e5083d16a5f268baada4d6b271cd25096ff.tar.bz2
historical-20d85e5083d16a5f268baada4d6b271cd25096ff.zip
added IUSE, unmasked on x86
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/glpk/glpk-3.2.1.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/app-misc/glpk/glpk-3.2.1.ebuild b/app-misc/glpk/glpk-3.2.1.ebuild
index eecbfe750506..41eb08bd771c 100644
--- a/app-misc/glpk/glpk-3.2.1.ebuild
+++ b/app-misc/glpk/glpk-3.2.1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/glpk/glpk-3.2.1.ebuild,v 1.2 2002/11/30 20:35:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/glpk/glpk-3.2.1.ebuild,v 1.3 2003/01/08 03:34:17 george Exp $
+
+IUSE=""
DESCRIPTION="GLPK - the GNU Linear Programming Kit"
HOMEPAGE="http://www.gnu.org/"
@@ -10,6 +12,8 @@ SLOT="0"
KEYWORDS="~x86"
LICENSE="GPL-2"
+DEPEND="virtual/glibc"
+
src_compile() {
econf
emake || die
@@ -20,5 +24,5 @@ src_install() {
dodir /usr/include
dodir /usr/lib
make DESTDIR=${D} install || die
- dodoc AUTHORS COPYING INSTALL README NEWS VERSION STATUS
+ dodoc AUTHORS COPYING INSTALL README NEWS VERSION STATUS
}