diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-24 21:47:38 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-24 21:47:38 +0000 |
commit | fc7ef6a2ea5a161facc9d82c99533a8192e00cbc (patch) | |
tree | 5bc38e7b5863ea43808756fd7595f5cb958524b5 /dev-perl/Mail-DKIM | |
parent | stable amd64, bug 324951 (diff) | |
download | gentoo-2-fc7ef6a2ea5a161facc9d82c99533a8192e00cbc.tar.gz gentoo-2-fc7ef6a2ea5a161facc9d82c99533a8192e00cbc.tar.bz2 gentoo-2-fc7ef6a2ea5a161facc9d82c99533a8192e00cbc.zip |
stable amd64, bug 323421
(Portage version: 2.1.8.3/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.38.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Mail-DKIM/ChangeLog b/dev-perl/Mail-DKIM/ChangeLog index 1404374f40d6..fc4ee3c7d4cf 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.40 2010/04/07 07:21:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.41 2010/06/24 21:47:38 pacho Exp $ + + 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> Mail-DKIM-0.38.ebuild: + stable amd64, bug 323421 *Mail-DKIM-0.38 (07 Apr 2010) diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.38.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.38.ebuild index d29ac10e300d..9441b16d9970 100644 --- a/dev-perl/Mail-DKIM/Mail-DKIM-0.38.ebuild +++ b/dev-perl/Mail-DKIM/Mail-DKIM-0.38.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/Mail-DKIM/Mail-DKIM-0.38.ebuild,v 1.1 2010/04/07 07:21:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.38.ebuild,v 1.2 2010/06/24 21:47:38 pacho 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24 |