summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-18 02:16:57 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-18 02:16:57 +0000
commitb54a3c95230bf5a1d781ca3b102f9063022746a9 (patch)
tree84e6dd5449516e858156d51e5a65b9f9b8724212 /dev-perl/yaml
parentMarking amd64 stable (diff)
downloadgentoo-2-b54a3c95230bf5a1d781ca3b102f9063022746a9.tar.gz
gentoo-2-b54a3c95230bf5a1d781ca3b102f9063022746a9.tar.bz2
gentoo-2-b54a3c95230bf5a1d781ca3b102f9063022746a9.zip
Marking amd64 stable
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/yaml')
-rw-r--r--dev-perl/yaml/ChangeLog5
-rw-r--r--dev-perl/yaml/yaml-0.58.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/yaml/ChangeLog b/dev-perl/yaml/ChangeLog
index aa23e21ee0cd..8ac2858e7309 100644
--- a/dev-perl/yaml/ChangeLog
+++ b/dev-perl/yaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/yaml
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.44 2006/08/06 03:16:36 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.45 2006/08/18 02:16:57 mcummings Exp $
+
+ 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> yaml-0.58.ebuild:
+ Marking amd64 stable
06 Aug 2006; Michael Cummings <mcummings@gentoo.org> yaml-0.35.ebuild,
yaml-0.36.ebuild, yaml-0.39.ebuild, yaml-0.51.ebuild, yaml-0.53.ebuild,
diff --git a/dev-perl/yaml/yaml-0.58.ebuild b/dev-perl/yaml/yaml-0.58.ebuild
index 7663a54764d6..eba44e1d830e 100644
--- a/dev-perl/yaml/yaml-0.58.ebuild
+++ b/dev-perl/yaml/yaml-0.58.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.58.ebuild,v 1.12 2006/08/06 16:32:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.58.ebuild,v 1.13 2006/08/18 02:16:57 mcummings Exp $
inherit perl-module
@@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${MY_P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd"
IUSE="test"
DEPEND="test? ( >=dev-perl/Test-Base-0.49 )