From 11b9d4bd241760317e696a6704530cf374f7b8ae Mon Sep 17 00:00:00 2001 From: Marinus Schraal Date: Sun, 9 Feb 2003 15:19:04 +0000 Subject: mark x86 stable --- dev-libs/librep/librep-0.16.1.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'dev-libs/librep') diff --git a/dev-libs/librep/librep-0.16.1.ebuild b/dev-libs/librep/librep-0.16.1.ebuild index 61fa97ed6129..02e8f597eec8 100644 --- a/dev-libs/librep/librep-0.16.1.ebuild +++ b/dev-libs/librep/librep-0.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.16.1.ebuild,v 1.7 2003/02/05 16:45:27 agriffis Exp $ +# # $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.16.1.ebuild,v 1.8 2003/02/09 15:17:51 foser Exp $ IUSE="readline" @@ -17,9 +17,6 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc ppc alpha" DEPEND=">=sys-libs/gdbm-1.8.0 - >=dev-libs/gmp-3.1.1 - readline? ( >=sys-libs/readline-4.1 - >=sys-libs/ncurses-5.2 ) sys-apps/texinfo >=sys-devel/automake-1.6.1-r5" @@ -29,9 +26,7 @@ src_compile() { local myconf="" - use readline \ - && myconf="--with-readline" \ - || myconf="--without-readline" + myconf="--without-readline --without-gmp" LC_ALL="" LINGUAS="" @@ -40,10 +35,9 @@ src_compile() { econf \ --libexecdir=/usr/lib \ - --with-extra-cflags=-fstrength-reduce \ ${myconf} || die "configure failure" - emake host_type=${CHOST} || die "compile failure" + make -j1 host_type=${CHOST} || die "compile failure" } src_install() { -- cgit v1.2.3-65-gdbad