diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-27 22:08:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-27 22:08:20 +0000 |
commit | a2f3c8c6258fe9d1741e8cb4ff453e731f51d30b (patch) | |
tree | bd6c3ee93d2b3b463cd1b3c6bef513f616beb1a0 /net-mail/getmail | |
parent | Stable for x86, wrt bug #477574 (diff) | |
download | gentoo-2-a2f3c8c6258fe9d1741e8cb4ff453e731f51d30b.tar.gz gentoo-2-a2f3c8c6258fe9d1741e8cb4ff453e731f51d30b.tar.bz2 gentoo-2-a2f3c8c6258fe9d1741e8cb4ff453e731f51d30b.zip |
Stable for x86, wrt bug #477576
(Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-mail/getmail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.41.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index bb9e4a9e097e..4f4f94f5e6a1 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/getmail # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.228 2013/07/22 20:34:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.229 2013/07/27 22:08:20 ago Exp $ + + 27 Jul 2013; Agostino Sarubbo <ago@gentoo.org> getmail-4.41.0.ebuild: + Stable for x86, wrt bug #477576 22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> getmail-4.41.0.ebuild: Stable for ppc, wrt bug #477576 diff --git a/net-mail/getmail/getmail-4.41.0.ebuild b/net-mail/getmail/getmail-4.41.0.ebuild index 80325664f737..c56ead87dca9 100644 --- a/net-mail/getmail/getmail-4.41.0.ebuild +++ b/net-mail/getmail/getmail-4.41.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.41.0.ebuild,v 1.3 2013/07/22 20:34:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.41.0.ebuild,v 1.4 2013/07/27 22:08:20 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -13,7 +13,7 @@ SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" LICENSE="GPL-2" SLOT="4" -KEYWORDS="amd64 ppc ~x86 ~ppc-macos ~x86-macos ~x64-solaris" +KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos ~x64-solaris" python_prepare_all() { sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \ |