summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-10-10 10:33:17 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-10-10 10:33:17 +0000
commitf867fe09e16825e7d040561e956466e6c665567b (patch)
tree41d8b465b4be897dfd2b41d294fc0f2594914c46 /dev-perl/File-Flat
parentstable ppc ppc64, bug #436846 (diff)
downloadgentoo-2-f867fe09e16825e7d040561e956466e6c665567b.tar.gz
gentoo-2-f867fe09e16825e7d040561e956466e6c665567b.tar.bz2
gentoo-2-f867fe09e16825e7d040561e956466e6c665567b.zip
stable ppc, bug #436856
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-Flat')
-rw-r--r--dev-perl/File-Flat/ChangeLog5
-rw-r--r--dev-perl/File-Flat/File-Flat-1.40.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/File-Flat/ChangeLog b/dev-perl/File-Flat/ChangeLog
index 37edb28849ef..9564570d4605 100644
--- a/dev-perl/File-Flat/ChangeLog
+++ b/dev-perl/File-Flat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/File-Flat
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/ChangeLog,v 1.61 2012/10/07 10:20:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/ChangeLog,v 1.62 2012/10/10 10:33:17 blueness Exp $
+
+ 10 Oct 2012; Anthony G. Basile <blueness@gentoo.org> File-Flat-1.40.0.ebuild:
+ stable ppc, bug #436856
07 Oct 2012; Agostino Sarubbo <ago@gentoo.org> File-Flat-1.40.0.ebuild:
Stable for amd64, wrt bug #436856
diff --git a/dev-perl/File-Flat/File-Flat-1.40.0.ebuild b/dev-perl/File-Flat/File-Flat-1.40.0.ebuild
index 2b2a8fc22933..157944a167b1 100644
--- a/dev-perl/File-Flat/File-Flat-1.40.0.ebuild
+++ b/dev-perl/File-Flat/File-Flat-1.40.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/File-Flat-1.40.0.ebuild,v 1.5 2012/10/07 10:20:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Flat/File-Flat-1.40.0.ebuild,v 1.6 2012/10/10 10:33:16 blueness Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Implements a flat filesystem"
SLOT="0"
-KEYWORDS="amd64 hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 hppa ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=">=dev-perl/Class-Autouse-1