diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-11-08 15:01:46 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-11-08 15:01:46 +0000 |
commit | 0deef74d08a549f6a21937285f3671ca01ce3b7e (patch) | |
tree | e485cabb304ea508d4a8c15a9157fe8d73066e91 /dev-perl/Mail-DKIM | |
parent | Initial commit. (diff) | |
download | gentoo-2-0deef74d08a549f6a21937285f3671ca01ce3b7e.tar.gz gentoo-2-0deef74d08a549f6a21937285f3671ca01ce3b7e.tar.bz2 gentoo-2-0deef74d08a549f6a21937285f3671ca01ce3b7e.zip |
Stable for HPPA (LuckyLuke).
(Portage version: 2.2_rc49/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.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 f8b57a86a7ff..8bba09e614ed 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.36 2009/10/18 16:05:31 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.37 2009/11/08 15:01:46 jer Exp $ + + 08 Nov 2009; Jeroen Roovers <jer@gentoo.org> Mail-DKIM-0.36.ebuild: + Stable for HPPA (LuckyLuke). 18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> Mail-DKIM-0.36.ebuild: Stable on alpha, 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 bcb85802b710..939f28b6ad2d 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.7 2009/10/18 16:05:31 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.36.ebuild,v 1.8 2009/11/08 15:01:46 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 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" IUSE="" DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24 |