diff options
Diffstat (limited to 'mail-mta')
-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 09344282b664..57fa52a8f53a 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.29 2011/05/29 21:10:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/ChangeLog,v 1.30 2011/05/31 15:25:25 phajdan.jr Exp $ + + 31 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> esmtp-1.2.ebuild: + x86 stable wrt bug #366973 29 May 2011; Markos Chandras <hwoarang@gentoo.org> esmtp-1.2.ebuild: Stable on amd64 wrt bug #366973 diff --git a/mail-mta/esmtp/esmtp-1.2.ebuild b/mail-mta/esmtp/esmtp-1.2.ebuild index e9941a8e367c..e58a878147a2 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.5 2011/05/29 21:10:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/esmtp/esmtp-1.2.ebuild,v 1.6 2011/05/31 15:25:25 phajdan.jr 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 |