diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-03-04 19:03:23 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-03-04 19:03:23 +0000 |
commit | ecd2ffa31e5ba0e408d3aa18662bc294dd2c264b (patch) | |
tree | aa4220bf7d4b960ab8c80ff9c3b2419555aa1879 /dev-perl | |
parent | dev-vcs/gitg: New package (was dev-util/gitg before) (diff) | |
download | gentoo-2-ecd2ffa31e5ba0e408d3aa18662bc294dd2c264b.tar.gz gentoo-2-ecd2ffa31e5ba0e408d3aa18662bc294dd2c264b.tar.bz2 gentoo-2-ecd2ffa31e5ba0e408d3aa18662bc294dd2c264b.zip |
alpha stable wrt #304683
(Portage version: 2.1.7.17/cvs/Linux ia64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Email-Simple/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Email-Simple/Email-Simple-2.100.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Email-Simple/ChangeLog b/dev-perl/Email-Simple/ChangeLog index 48f5534ed2c8..40f556ba4d30 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Simple/ChangeLog,v 1.49 2010/02/15 20:29:29 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Simple/ChangeLog,v 1.50 2010/03/04 19:03:23 armin76 Exp $ + + 04 Mar 2010; Raúl Porcel <armin76@gentoo.org> Email-Simple-2.100.ebuild: + alpha stable wrt #304683 15 Feb 2010; Joseph Jezak <josejx@gentoo.org> Email-Simple-2.100.ebuild: Marked ppc/ppc64 stable for bug #304683. diff --git a/dev-perl/Email-Simple/Email-Simple-2.100.ebuild b/dev-perl/Email-Simple/Email-Simple-2.100.ebuild index 051678cab481..d473ed237a99 100644 --- a/dev-perl/Email-Simple/Email-Simple-2.100.ebuild +++ b/dev-perl/Email-Simple/Email-Simple-2.100.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.100.ebuild,v 1.6 2010/02/15 20:29:29 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Simple/Email-Simple-2.100.ebuild,v 1.7 2010/03/04 19:03:23 armin76 Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Simple parsing of RFC2822 message format and headers" SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="test" RDEPEND="dev-perl/Email-Date-Format" |