diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-03 11:09:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-03 11:09:00 +0000 |
commit | 722da0d8e9f6a53c216c92940a8e84c6c7b399a4 (patch) | |
tree | 141159891cca7106f28d28c3ec9d889fbc45808d /dev-perl | |
parent | Stable for amd64, wrt bug #418807 (diff) | |
download | historical-722da0d8e9f6a53c216c92940a8e84c6c7b399a4.tar.gz historical-722da0d8e9f6a53c216c92940a8e84c6c7b399a4.tar.bz2 historical-722da0d8e9f6a53c216c92940a8e84c6c7b399a4.zip |
Stable for amd64, wrt bug #418809
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Email-Simple/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Email-Simple/Email-Simple-2.101.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 c9f169a1e92a..ca57a2ab893d 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.59 2012/08/01 07:48:34 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Simple/ChangeLog,v 1.60 2012/08/03 11:09:00 ago Exp $ + + 03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> Email-Simple-2.101.0.ebuild: + Stable for amd64, wrt bug #418809 01 Aug 2012; Jeff Horelick <jdhore@gentoo.org> Email-Simple-2.101.0.ebuild: marked x86 per bug 418809 diff --git a/dev-perl/Email-Simple/Email-Simple-2.101.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.101.0.ebuild index d180e1274340..1f7f465e8898 100644 --- a/dev-perl/Email-Simple/Email-Simple-2.101.0.ebuild +++ b/dev-perl/Email-Simple/Email-Simple-2.101.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.101.0.ebuild,v 1.2 2012/08/01 07:48:34 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Simple/Email-Simple-2.101.0.ebuild,v 1.3 2012/08/03 11:09:00 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Simple parsing of RFC2822 message format and headers" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="dev-perl/Email-Date-Format" |