diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-09-10 08:07:52 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-09-10 08:07:52 +0000 |
commit | ea25171d6ef62cff1674fceaddcd9b64fec4d10f (patch) | |
tree | 55163a368e854085afc8df7bd7bf6b4fbe285c6b /dev-perl/Mail-DKIM | |
parent | x86 stable, bug 283969 (diff) | |
download | gentoo-2-ea25171d6ef62cff1674fceaddcd9b64fec4d10f.tar.gz gentoo-2-ea25171d6ef62cff1674fceaddcd9b64fec4d10f.tar.bz2 gentoo-2-ea25171d6ef62cff1674fceaddcd9b64fec4d10f.zip |
x86 stable, bug 283969
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Mail-DKIM')
-rw-r--r-- | dev-perl/Mail-DKIM/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Mail-DKIM/ChangeLog b/dev-perl/Mail-DKIM/ChangeLog index a4d6b4863471..45c0c43b3588 100644 --- a/dev-perl/Mail-DKIM/ChangeLog +++ b/dev-perl/Mail-DKIM/ChangeLog @@ -1,6 +1,10 @@ # 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.30 2009/09/09 11:07:03 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.31 2009/09/10 08:07:52 fauli Exp $ + + 10 Sep 2009; Christian Faulhammer <fauli@gentoo.org> + Mail-DKIM-0.36.ebuild: + x86 stable, bug 283969 *Mail-DKIM-0.37 (09 Sep 2009) diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild index 44acee19f03c..6eaa7ef03c0b 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.1 2009/06/03 06:37:33 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.2 2009/09/10 08:07:52 fauli 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 |