diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-07 18:40:04 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-07 18:40:04 +0000 |
commit | 3c6179fadbd8badb4695e29b61a37b27668fde04 (patch) | |
tree | 29629572b84d578c1aa6bf04190e7f9db900659b /net-mail | |
parent | Fix an issue in the previous patch (diff) | |
download | gentoo-2-3c6179fadbd8badb4695e29b61a37b27668fde04.tar.gz gentoo-2-3c6179fadbd8badb4695e29b61a37b27668fde04.tar.bz2 gentoo-2-3c6179fadbd8badb4695e29b61a37b27668fde04.zip |
Stable on amd64 wrt bug #369403
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.3.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index 7987b0eea894..a5e6c3ac9830 100644 --- a/net-mail/fetchmail/ChangeLog +++ b/net-mail/fetchmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/fetchmail # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.210 2011/06/07 17:02:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.211 2011/06/07 18:40:04 hwoarang Exp $ + + 07 Jun 2011; Markos Chandras <hwoarang@gentoo.org> fetchmail-6.3.20.ebuild: + Stable on amd64 wrt bug #369403 07 Jun 2011; Jeroen Roovers <jer@gentoo.org> fetchmail-6.3.20.ebuild: Stable for HPPA (bug #369403). diff --git a/net-mail/fetchmail/fetchmail-6.3.20.ebuild b/net-mail/fetchmail/fetchmail-6.3.20.ebuild index 2c6eeb5909d8..50fcba76bb2a 100644 --- a/net-mail/fetchmail/fetchmail-6.3.20.ebuild +++ b/net-mail/fetchmail/fetchmail-6.3.20.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/net-mail/fetchmail/fetchmail-6.3.20.ebuild,v 1.3 2011/06/07 17:02:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.20.ebuild,v 1.4 2011/06/07 18:40:04 hwoarang Exp $ EAPI=3 @@ -16,7 +16,7 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" LICENSE="GPL-2 public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="ssl nls kerberos hesiod tk" RDEPEND="hesiod? ( net-dns/hesiod ) |