diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-11 14:26:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-11 14:26:15 +0000 |
commit | 785ce54923c877a3db8ab6f0a791279bf605c806 (patch) | |
tree | 94fa85420c5627425acd07800cedb8cc6ae7a5d0 /dev-perl/Email-Simple | |
parent | Stable for amd64, wrt bug #433245 (diff) | |
download | gentoo-2-785ce54923c877a3db8ab6f0a791279bf605c806.tar.gz gentoo-2-785ce54923c877a3db8ab6f0a791279bf605c806.tar.bz2 gentoo-2-785ce54923c877a3db8ab6f0a791279bf605c806.zip |
Stable for amd64, wrt bug #433247
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Email-Simple')
-rw-r--r-- | dev-perl/Email-Simple/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Email-Simple/Email-Simple-2.102.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Email-Simple/ChangeLog b/dev-perl/Email-Simple/ChangeLog index 48526e6f9eda..b7fae7f0088a 100644 --- a/dev-perl/Email-Simple/ChangeLog +++ b/dev-perl/Email-Simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Email-Simple # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Simple/ChangeLog,v 1.66 2012/10/11 08:01:18 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Simple/ChangeLog,v 1.67 2012/10/11 14:26:15 ago Exp $ + + 11 Oct 2012; Agostino Sarubbo <ago@gentoo.org> Email-Simple-2.102.0.ebuild: + Stable for amd64, wrt bug #433247 11 Oct 2012; Anthony G. Basile <blueness@gentoo.org> Email-Simple-2.102.0.ebuild: diff --git a/dev-perl/Email-Simple/Email-Simple-2.102.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.102.0.ebuild index 4c231bb224a3..941ecb3afad9 100644 --- a/dev-perl/Email-Simple/Email-Simple-2.102.0.ebuild +++ b/dev-perl/Email-Simple/Email-Simple-2.102.0.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/dev-perl/Email-Simple/Email-Simple-2.102.0.ebuild,v 1.4 2012/10/11 08:01:18 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Simple/Email-Simple-2.102.0.ebuild,v 1.5 2012/10/11 14:26:15 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Simple parsing of RFC2822 message format and headers" SLOT="0" -KEYWORDS="~amd64 ppc ppc64 ~x86 ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc ppc64 ~x86 ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="dev-perl/Email-Date-Format" |