diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-21 13:06:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-21 13:06:41 +0000 |
commit | 485e6f5fe2488340bf6c06054161ec950f9d7820 (patch) | |
tree | 446b1bf90b6b94a86d771e43f8577e4785bd264c /net-mail | |
parent | Stable for amd64, wrt bug #477622 (diff) | |
download | gentoo-2-485e6f5fe2488340bf6c06054161ec950f9d7820.tar.gz gentoo-2-485e6f5fe2488340bf6c06054161ec950f9d7820.tar.bz2 gentoo-2-485e6f5fe2488340bf6c06054161ec950f9d7820.zip |
Stable for amd64, wrt bug #477576
(Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-mail')
-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 b7851fa6d31a..b98d27d599d9 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.226 2013/05/29 08:48:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.227 2013/07/21 13:06:41 ago Exp $ + + 21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> getmail-4.41.0.ebuild: + Stable for amd64, wrt bug #477576 *getmail-4.41.0 (29 May 2013) diff --git a/net-mail/getmail/getmail-4.41.0.ebuild b/net-mail/getmail/getmail-4.41.0.ebuild index 58688924d65f..b0cdd42a8e2f 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.1 2013/05/29 08:48:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.41.0.ebuild,v 1.2 2013/07/21 13:06:41 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}'," \ |