diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-08 18:50:04 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-08 18:50:04 +0000 |
commit | a1479af5b4e3c67676093ed753b17cc56cf2c5ad (patch) | |
tree | 903e616630a521af60e853f50c12409ab3184c15 /net-mail | |
parent | Fix bugs #429456 and #417303 (diff) | |
download | gentoo-2-a1479af5b4e3c67676093ed753b17cc56cf2c5ad.tar.gz gentoo-2-a1479af5b4e3c67676093ed753b17cc56cf2c5ad.tar.bz2 gentoo-2-a1479af5b4e3c67676093ed753b17cc56cf2c5ad.zip |
Stable ppc, bug #434298
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/imapsync/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/imapsync/imapsync-1.498.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/imapsync/ChangeLog b/net-mail/imapsync/ChangeLog index 171fd4b559d2..9a343b76bdd9 100644 --- a/net-mail/imapsync/ChangeLog +++ b/net-mail/imapsync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/imapsync # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.61 2012/09/08 12:39:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/ChangeLog,v 1.62 2012/09/08 18:50:04 blueness Exp $ + + 08 Sep 2012; Anthony G. Basile <blueness@gentoo.org> imapsync-1.498.ebuild: + Stable ppc, bug #434298 08 Sep 2012; Agostino Sarubbo <ago@gentoo.org> imapsync-1.498.ebuild: Stable for amd64, wrt bug #434298 diff --git a/net-mail/imapsync/imapsync-1.498.ebuild b/net-mail/imapsync/imapsync-1.498.ebuild index 0bf499d2db1d..75a865490b8e 100644 --- a/net-mail/imapsync/imapsync-1.498.ebuild +++ b/net-mail/imapsync/imapsync-1.498.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild,v 1.2 2012/09/08 12:39:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.498.ebuild,v 1.3 2012/09/08 18:50:04 blueness Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tgz" LICENSE="WTFPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc ~x86" IUSE="" DEPEND="dev-lang/perl" |