From 727f136bdd9649b71b62b161bfce40b63a1e3257 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sun, 14 Mar 2004 12:17:34 +0000 Subject: Don't assign default to S; header fix --- dev-libs/fcgi/ChangeLog | 7 +++++-- dev-libs/fcgi/fcgi-2.4.0.ebuild | 6 ++---- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'dev-libs/fcgi') diff --git a/dev-libs/fcgi/ChangeLog b/dev-libs/fcgi/ChangeLog index b400a94a5ef9..e3d52bb5e5e0 100644 --- a/dev-libs/fcgi/ChangeLog +++ b/dev-libs/fcgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/fcgi -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.2 2003/11/26 21:05:51 mkennedy Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.3 2004/03/14 12:15:02 mr_bones_ Exp $ + + 14 Mar 2004; Michael Sterrett fcgi-2.4.0.ebuild: + Don't assign default to S; header fix 26 Nov 2003; fcgi-2.4.0.ebuild: marking x86 stable diff --git a/dev-libs/fcgi/fcgi-2.4.0.ebuild b/dev-libs/fcgi/fcgi-2.4.0.ebuild index eed267c3dde7..7328177094a7 100644 --- a/dev-libs/fcgi/fcgi-2.4.0.ebuild +++ b/dev-libs/fcgi/fcgi-2.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0.ebuild,v 1.3 2003/11/26 21:05:51 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/fcgi-2.4.0.ebuild,v 1.4 2004/03/14 12:15:02 mr_bones_ Exp $ DESCRIPTION="FastCGI Developer's Kit" HOMEPAGE="http://www.fastcgi.com/" @@ -11,8 +11,6 @@ KEYWORDS="x86" DEPEND="virtual/glibc" -S=${WORKDIR}/${P} - src_compile() { ./configure \ --host=${CHOST} \ -- cgit v1.2.3-65-gdbad