diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-05-29 21:10:09 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-05-29 21:10:09 +0000 |
commit | 1d0da8fbdc4d7e0e98ccc871dfb69ae026ec03df (patch) | |
tree | cf1712134068874a0cb07c6a03fd289dbc2bfd3b /mail-mta/esmtp | |
parent | remove hugin mask, final version is in tree (diff) | |
download | gentoo-2-1d0da8fbdc4d7e0e98ccc871dfb69ae026ec03df.tar.gz gentoo-2-1d0da8fbdc4d7e0e98ccc871dfb69ae026ec03df.tar.bz2 gentoo-2-1d0da8fbdc4d7e0e98ccc871dfb69ae026ec03df.zip |
Stable on amd64 wrt bug #366973
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/esmtp')
-rw-r--r-- | mail-mta/esmtp/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/esmtp/esmtp-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-mta/esmtp/ChangeLog b/mail-mta/esmtp/ChangeLog index 0aed9adea7a4..09344282b664 100644 --- a/mail-mta/esmtp/ChangeLog +++ b/mail-mta/esmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/esmtp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.28 2011/05/13 06:52:50 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.29 2011/05/29 21:10:09 hwoarang Exp $ + + 29 May 2011; Markos Chandras <hwoarang@gentoo.org> esmtp-1.2.ebuild: + Stable on amd64 wrt bug #366973 13 May 2011; Eray Aslan <eras@gentoo.org> esmtp-1.2.ebuild: Add sample esmtprc file to docs dir. diff --git a/mail-mta/esmtp/esmtp-1.2.ebuild b/mail-mta/esmtp/esmtp-1.2.ebuild index 16e4c4419b6d..e9941a8e367c 100644 --- a/mail-mta/esmtp/esmtp-1.2.ebuild +++ b/mail-mta/esmtp/esmtp-1.2.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/esmtp/esmtp-1.2.ebuild,v 1.4 2011/05/13 06:52:50 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild,v 1.5 2011/05/29 21:10:09 hwoarang Exp $ DESCRIPTION="esmtp is a user configurable relay-only Mail Transfer Agent (MTA) with a sendmail compatible syntax" HOMEPAGE="http://esmtp.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" DEPEND="net-libs/libesmtp |