summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-25 21:50:44 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-25 21:50:44 +0000
commitc20ac132fc3518afef2875f83d741cedbf84eeda (patch)
tree9fde3a2d356cef3b4a1bfc3fa0d7387534066da3 /dev-util/guile
parentfixing Manifest (diff)
downloadgentoo-2-c20ac132fc3518afef2875f83d741cedbf84eeda.tar.gz
gentoo-2-c20ac132fc3518afef2875f83d741cedbf84eeda.tar.bz2
gentoo-2-c20ac132fc3518afef2875f83d741cedbf84eeda.zip
add inherit eutils
Diffstat (limited to 'dev-util/guile')
-rw-r--r--dev-util/guile/guile-1.6.4-r1.ebuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/dev-util/guile/guile-1.6.4-r1.ebuild b/dev-util/guile/guile-1.6.4-r1.ebuild
index adb3551bd6e8..989d73a386ba 100644
--- a/dev-util/guile/guile-1.6.4-r1.ebuild
+++ b/dev-util/guile/guile-1.6.4-r1.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.6.4-r1.ebuild,v 1.10 2004/03/25 08:26:09 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/guile/guile-1.6.4-r1.ebuild,v 1.11 2004/04/25 21:48:49 vapier Exp $
-inherit flag-o-matic
+inherit flag-o-matic eutils
DESCRIPTION="Scheme interpreter"
-SRC_URI="mirror://gnu/guile/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/guile/"
+SRC_URI="mirror://gnu/guile/${P}.tar.gz"
-IUSE=""
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc alpha hppa ia64 ~amd64 sparc mips"
+IUSE=""
DEPEND=">=sys-libs/ncurses-5.1
>=sys-libs/readline-4.1"
@@ -24,9 +24,6 @@ DEPEND=">=sys-libs/ncurses-5.1
SLOT="12"
MAJOR="1.6"
-# Problems with parallel builds (#34029), so I'm taking the safer route
-MAKEOPTS="${MAKEOPTS} -j1"
-
src_compile() {
# Fix for bug 26484: This package fails to build when built with
# -g3, at least on some architectures. (19 Aug 2003 agriffis)
@@ -39,7 +36,8 @@ src_compile() {
econf \
--with-threads \
--with-modules || die
- emake || die
+ # Problems with parallel builds (#34029), so I'm taking the safer route
+ emake -j1 || die
}
src_install() {