diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-07-10 23:50:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-07-10 23:50:07 +0000 |
commit | 40614b60b367b14785b1dae6c7763d14fb4afe62 (patch) | |
tree | a170a72911ac85001d9a099e00a58fe9a6bb595f /dev-perl/yaml | |
parent | Mark 0.59 stable on ia64 (diff) | |
download | historical-40614b60b367b14785b1dae6c7763d14fb4afe62.tar.gz historical-40614b60b367b14785b1dae6c7763d14fb4afe62.tar.bz2 historical-40614b60b367b14785b1dae6c7763d14fb4afe62.zip |
Mark 0.58 stable on ia64
Package-Manager: portage-2.1-r1
Diffstat (limited to 'dev-perl/yaml')
-rw-r--r-- | dev-perl/yaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/yaml/yaml-0.58.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/yaml/ChangeLog b/dev-perl/yaml/ChangeLog index 514055de75e4..b5f42900854c 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.42 2006/07/05 13:12:50 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.43 2006/07/10 23:50:07 agriffis Exp $ + + 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> yaml-0.58.ebuild: + Mark 0.58 stable on ia64 *yaml-0.62 (05 Jul 2006) diff --git a/dev-perl/yaml/yaml-0.58.ebuild b/dev-perl/yaml/yaml-0.58.ebuild index 5720d978b5ba..5f40d39099fd 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.9 2006/07/03 01:34:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.58.ebuild,v 1.10 2006/07/10 23:50:07 agriffis 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 ) " |