From 73f01c8220309794835c6f10ab0b482401380d53 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Mon, 27 Jun 2005 15:13:27 +0000 Subject: Fix src_compile to call set_pp instead of set_compiler (Portage version: 2.0.51.22-r1) --- dev-lang/fpc/ChangeLog | 6 +++++- dev-lang/fpc/fpc-2.0.0.ebuild | 4 ++-- dev-lang/fpc/fpc-2.0.0_rc2.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'dev-lang') diff --git a/dev-lang/fpc/ChangeLog b/dev-lang/fpc/ChangeLog index a37026884408..7002fb4827a9 100644 --- a/dev-lang/fpc/ChangeLog +++ b/dev-lang/fpc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/fpc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/ChangeLog,v 1.19 2005/06/26 10:46:51 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/ChangeLog,v 1.20 2005/06/27 15:13:27 agriffis Exp $ + + 27 Jun 2005; Aron Griffis fpc-2.0.0_rc2.ebuild, + fpc-2.0.0.ebuild: + Fix src_compile to call set_pp instead of set_compiler 26 Jun 2005; David Holm fpc-2.0.0.ebuild: Added to ~ppc. diff --git a/dev-lang/fpc/fpc-2.0.0.ebuild b/dev-lang/fpc/fpc-2.0.0.ebuild index 2a634f2b9f89..db0433ddd085 100644 --- a/dev-lang/fpc/fpc-2.0.0.ebuild +++ b/dev-lang/fpc/fpc-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.0.0.ebuild,v 1.4 2005/06/26 12:41:57 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.0.0.ebuild,v 1.5 2005/06/27 15:13:27 agriffis Exp $ inherit eutils @@ -60,7 +60,7 @@ src_compile() { || die "make compiler_cycle failed!" # Using the new compiler. - set_compiler new + set_pp new # We cannot do this at once! for d in rtl packages fcl; do diff --git a/dev-lang/fpc/fpc-2.0.0_rc2.ebuild b/dev-lang/fpc/fpc-2.0.0_rc2.ebuild index e00982fa771e..0d74d4f845e4 100644 --- a/dev-lang/fpc/fpc-2.0.0_rc2.ebuild +++ b/dev-lang/fpc/fpc-2.0.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.0.0_rc2.ebuild,v 1.3 2005/06/25 22:26:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.0.0_rc2.ebuild,v 1.4 2005/06/27 15:13:27 agriffis Exp $ inherit eutils @@ -42,7 +42,7 @@ src_compile() { || die "make compiler_cycle failed!" # Using the new compiler. - set_compiler new + set_pp new # We cannot do this at once! for d in rtl packages fcl; do -- cgit v1.2.3-65-gdbad