diff options
author | 2010-06-26 17:17:51 +0000 | |
---|---|---|
committer | 2010-06-26 17:17:51 +0000 | |
commit | ca630bf5fee1aa5fa28a0f85593ed9061ec17af5 (patch) | |
tree | 8353a32e07c6ff989c6558cbe3079eeb487c84b0 /dev-perl/Mail-DKIM | |
parent | ppc stable #319615 (diff) | |
download | gentoo-2-ca630bf5fee1aa5fa28a0f85593ed9061ec17af5.tar.gz gentoo-2-ca630bf5fee1aa5fa28a0f85593ed9061ec17af5.tar.bz2 gentoo-2-ca630bf5fee1aa5fa28a0f85593ed9061ec17af5.zip |
ppc stable #323421
(Portage version: 2.1.8.3/cvs/Linux ppc)
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 8ed3c910e381..95de57f798c1 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.42 2010/06/26 16:17:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.43 2010/06/26 17:17:51 nixnut Exp $ + + 26 Jun 2010; <nixnut@gentoo.org> Mail-DKIM-0.38.ebuild: + ppc stable #323421 26 Jun 2010; Jeroen Roovers <jer@gentoo.org> Mail-DKIM-0.38.ebuild: Stable for HPPA (bug #323421). diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.38.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.38.ebuild index 121c1b09bda7..49a7f8f4e9bd 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.3 2010/06/26 16:17:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.38.ebuild,v 1.4 2010/06/26 17:17:51 nixnut 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 |