diff options
author | 2009-10-18 16:05:31 +0000 | |
---|---|---|
committer | 2009-10-18 16:05:31 +0000 | |
commit | 71c588f3030552e8f41667bc1c4434c40aa84263 (patch) | |
tree | 85951b1429ad83b242cf9185db83aa05186b832d /dev-perl/Mail-DKIM | |
parent | x86 stable, bug #287697 (diff) | |
download | gentoo-2-71c588f3030552e8f41667bc1c4434c40aa84263.tar.gz gentoo-2-71c588f3030552e8f41667bc1c4434c40aa84263.tar.bz2 gentoo-2-71c588f3030552e8f41667bc1c4434c40aa84263.zip |
Stable on alpha, bug #283969
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Mail-DKIM')
-rw-r--r-- | dev-perl/Mail-DKIM/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Mail-DKIM/ChangeLog b/dev-perl/Mail-DKIM/ChangeLog index cad497dddb54..f8b57a86a7ff 100644 --- a/dev-perl/Mail-DKIM/ChangeLog +++ b/dev-perl/Mail-DKIM/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Mail-DKIM # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.35 2009/10/07 23:06:05 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.36 2009/10/18 16:05:31 klausman Exp $ + + 18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> Mail-DKIM-0.36.ebuild: + Stable on alpha, bug #283969 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Mail-DKIM-0.36.ebuild: stable sparc, bug 283969 diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild index b4bebe4c390d..bcb85802b710 100644 --- a/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild +++ b/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.6 2009/10/07 23:06:05 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.7 2009/10/18 16:05:31 klausman Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86" IUSE="" DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24 |