diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-06-26 16:17:18 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-06-26 16:17:18 +0000 |
commit | 9df4befd5eaf34cd7bc945b133f918dcde486c8d (patch) | |
tree | 1af4409a0e576a5aa11934d4318d386c7be353fb /dev-perl/Mail-DKIM | |
parent | ppc stable #323569 (diff) | |
download | gentoo-2-9df4befd5eaf34cd7bc945b133f918dcde486c8d.tar.gz gentoo-2-9df4befd5eaf34cd7bc945b133f918dcde486c8d.tar.bz2 gentoo-2-9df4befd5eaf34cd7bc945b133f918dcde486c8d.zip |
Stable for HPPA (bug #323421).
(Portage version: 2.2_rc67/cvs/Linux i686)
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 fc4ee3c7d4cf..8ed3c910e381 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.41 2010/06/24 21:47:38 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.42 2010/06/26 16:17:18 jer Exp $ + + 26 Jun 2010; Jeroen Roovers <jer@gentoo.org> Mail-DKIM-0.38.ebuild: + Stable for HPPA (bug #323421). 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> Mail-DKIM-0.38.ebuild: stable amd64, 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 9441b16d9970..121c1b09bda7 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.2 2010/06/24 21:47:38 pacho Exp $ +# $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 $ 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 |