summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2011-12-20 09:58:41 +0000
committerNaohiro Aota <naota@gentoo.org>2011-12-20 09:58:41 +0000
commit96ba035077d36b1b9854358548e418051fbbcaa4 (patch)
treeae956865527500602d0a65b06a9d1c70e15406e5 /dev-perl/Mail-DKIM
parentStable for AMD64, wrt bug #395341 (diff)
downloadgentoo-2-96ba035077d36b1b9854358548e418051fbbcaa4.tar.gz
gentoo-2-96ba035077d36b1b9854358548e418051fbbcaa4.tar.bz2
gentoo-2-96ba035077d36b1b9854358548e418051fbbcaa4.zip
Add ~x86-fbsd
(Portage version: 2.2.0_alpha75/cvs/FreeBSD i386)
Diffstat (limited to 'dev-perl/Mail-DKIM')
-rw-r--r--dev-perl/Mail-DKIM/ChangeLog5
-rw-r--r--dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Mail-DKIM/ChangeLog b/dev-perl/Mail-DKIM/ChangeLog
index 26c392148db7..8dfbb29e0b80 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.51 2011/09/04 11:22:01 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.52 2011/12/20 09:58:41 naota Exp $
+
+ 20 Dec 2011; Naohiro Aota <naota@gentoo.org> Mail-DKIM-0.390.0.ebuild:
+ Add ~x86-fbsd
04 Sep 2011; Torsten Veller <tove@gentoo.org> -Mail-DKIM-0.39.ebuild:
Cleanup
diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild
index b3bfa61660a8..095a57728546 100644
--- a/dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild
+++ b/dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.390.0.ebuild,v 1.1 2011/08/30 10:53:02 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.390.0.ebuild,v 1.2 2011/12/20 09:58:41 naota Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-perl/Crypt-OpenSSL-RSA-0.24