diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-30 19:09:16 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-30 19:09:16 +0000 |
commit | b4badfe045da360f756b82d681e7f5572b079c6d (patch) | |
tree | 875672d13451b1c09c7085e99fa9cc0759b19ec1 /net-mail/queue-fix | |
parent | Fixed metadata. (diff) | |
download | gentoo-2-b4badfe045da360f756b82d681e7f5572b079c6d.tar.gz gentoo-2-b4badfe045da360f756b82d681e7f5572b079c6d.tar.bz2 gentoo-2-b4badfe045da360f756b82d681e7f5572b079c6d.zip |
Moved from gcc.eclass to toolchain-funcs.eclass, bug #92745.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-mail/queue-fix')
-rw-r--r-- | net-mail/queue-fix/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/queue-fix/queue-fix-1.4-r2.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net-mail/queue-fix/ChangeLog b/net-mail/queue-fix/ChangeLog index a76d6aea2bb5..3cb3181d931c 100644 --- a/net-mail/queue-fix/ChangeLog +++ b/net-mail/queue-fix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/queue-fix -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/ChangeLog,v 1.11 2004/06/24 23:29:08 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/ChangeLog,v 1.12 2005/05/30 19:05:18 swegener Exp $ + + 30 May 2005; Sven Wegener <swegener@gentoo.org> queue-fix-1.4-r2.ebuild: + Moved from gcc.eclass to toolchain-funcs.eclass, bug #92745. 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> queue-fix-1.4-r1.ebuild, queue-fix-1.4-r2.ebuild: diff --git a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild b/net-mail/queue-fix/queue-fix-1.4-r2.ebuild index 05cbfc64f2a3..2ab877372d9c 100644 --- a/net-mail/queue-fix/queue-fix-1.4-r2.ebuild +++ b/net-mail/queue-fix/queue-fix-1.4-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.11 2004/06/24 23:29:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/queue-fix/queue-fix-1.4-r2.ebuild,v 1.12 2005/05/30 19:05:18 swegener Exp $ -inherit eutils gcc +inherit eutils toolchain-funcs DESCRIPTION="Qmail Queue Repair Application with support for big-todo" HOMEPAGE="http://www.netmeridian.com/e-huss/" @@ -30,8 +30,8 @@ src_unpack() { } src_compile() { - echo "$(gcc-getCC) ${CFLAGS}" > conf-cc - echo "$(gcc-getCC) ${LDFLAGS}" > conf-ld + echo "$(tc-getCC) ${CFLAGS}" > conf-cc + echo "$(tc-getCC) ${LDFLAGS}" > conf-ld emake || die } |