diff options
author | 2005-01-22 16:59:30 +0000 | |
---|---|---|
committer | 2005-01-22 16:59:30 +0000 | |
commit | ef18fd3d18c507257b80828a5041fdc5267613f6 (patch) | |
tree | e6234340726574699fdb50e75eac58c58ac3f9bf /mail-mta | |
parent | Stable on sparc (diff) | |
download | gentoo-2-ef18fd3d18c507257b80828a5041fdc5267613f6.tar.gz gentoo-2-ef18fd3d18c507257b80828a5041fdc5267613f6.tar.bz2 gentoo-2-ef18fd3d18c507257b80828a5041fdc5267613f6.zip |
Stable on ppc.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/msmtp/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/msmtp/msmtp-1.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-mta/msmtp/ChangeLog b/mail-mta/msmtp/ChangeLog index 216e5aea249c..94f7ba6f2423 100644 --- a/mail-mta/msmtp/ChangeLog +++ b/mail-mta/msmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/msmtp # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.28 2005/01/14 15:39:23 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/ChangeLog,v 1.29 2005/01/22 16:59:30 pylon Exp $ + + 22 Jan 2005; Lars Weiler <pylon@gentoo.org> msmtp-1.2.4.ebuild: + Stable on ppc. *msmtp-1.3.2-r1 (14 Jan 2005) diff --git a/mail-mta/msmtp/msmtp-1.2.4.ebuild b/mail-mta/msmtp/msmtp-1.2.4.ebuild index fe76af195058..8cc5c891d3fc 100644 --- a/mail-mta/msmtp/msmtp-1.2.4.ebuild +++ b/mail-mta/msmtp/msmtp-1.2.4.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/mail-mta/msmtp/msmtp-1.2.4.ebuild,v 1.7 2005/01/03 23:44:26 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.2.4.ebuild,v 1.8 2005/01/22 16:59:30 pylon Exp $ DESCRIPTION="An SMTP client and SMTP plugin for mail user agents such as Mutt" HOMEPAGE="http://msmtp.sourceforge.net/" @@ -16,7 +16,7 @@ DEPEND="virtual/libc SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc amd64 ppc64" +KEYWORDS="x86 ppc amd64 ppc64" src_compile () { local myconf |