summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Test-Distribution/ChangeLog5
-rw-r--r--dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-Distribution/ChangeLog b/dev-perl/Test-Distribution/ChangeLog
index 79757b79718e..f9315c24b799 100644
--- a/dev-perl/Test-Distribution/ChangeLog
+++ b/dev-perl/Test-Distribution/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Test-Distribution
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.10 2014/01/06 14:10:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/ChangeLog,v 1.11 2014/01/06 15:14:32 naota Exp $
+
+ 06 Jan 2014; Naohiro Aota <naota@gentoo.org> Test-Distribution-2.0.0.ebuild:
+ Add ~x86-fbsd wrt bug #497068
06 Jan 2014; Jeroen Roovers <jer@gentoo.org> Test-Distribution-2.0.0.ebuild:
Marked ~hppa (bug #497068).
diff --git a/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild b/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild
index 461dd2438453..ec557b1bab75 100644
--- a/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild
+++ b/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild,v 1.3 2014/01/06 14:10:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Distribution/Test-Distribution-2.0.0.ebuild,v 1.4 2014/01/06 15:14:32 naota Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="perform tests on all modules of a distribution"
SLOT="0"
-KEYWORDS="amd64 ~hppa x86"
+KEYWORDS="amd64 ~hppa x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=dev-perl/Pod-Coverage-0.20