diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-02-01 08:03:32 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-02-01 08:03:32 +0000 |
commit | b975db88d07e39cb36268344697c335b03b424a7 (patch) | |
tree | e49075350fde8cfec9ec6c6c32c2b2223b32e2d8 /mail-mta | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-b975db88d07e39cb36268344697c335b03b424a7.tar.gz gentoo-2-b975db88d07e39cb36268344697c335b03b424a7.tar.bz2 gentoo-2-b975db88d07e39cb36268344697c335b03b424a7.zip |
Version bump to 4.74, drop 4.73, bug #353352
(Portage version: 2.2.01.17719-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/ChangeLog | 8 | ||||
-rw-r--r-- | mail-mta/exim/exim-4.74.ebuild (renamed from mail-mta/exim/exim-4.73.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/mail-mta/exim/ChangeLog b/mail-mta/exim/ChangeLog index 1f490299f9ce..91e3368878f4 100644 --- a/mail-mta/exim/ChangeLog +++ b/mail-mta/exim/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-mta/exim # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.173 2011/01/10 18:48:16 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.174 2011/02/01 08:03:32 grobian Exp $ + +*exim-4.74 (01 Feb 2011) + + 01 Feb 2011; Fabian Groffen <grobian@gentoo.org> -exim-4.73.ebuild, + +exim-4.74.ebuild: + Version bump to 4.74, drop 4.73, bug #353352 *exim-4.73 (10 Jan 2011) diff --git a/mail-mta/exim/exim-4.73.ebuild b/mail-mta/exim/exim-4.74.ebuild index 7ed32f0df1e3..711ca97f26ee 100644 --- a/mail-mta/exim/exim-4.73.ebuild +++ b/mail-mta/exim/exim-4.74.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.73.ebuild,v 1.1 2011/01/10 18:48:16 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.74.ebuild,v 1.1 2011/02/01 08:03:32 grobian Exp $ EAPI="3" @@ -248,7 +248,7 @@ src_configure() { } src_compile() { - emake CC="$(tc-getCC)" FULLECHO='' || die "make failed" + emake -j1 CC="$(tc-getCC)" FULLECHO='' || die "make failed" } src_install () { |