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 | 84ca286f8f396e0e0926c42805188fb71bfa8427 (patch) | |
tree | a815843decb62b82bd5cc6148fc24a8cdb463229 /dev-perl/yaml/yaml-0.58.ebuild | |
parent | Mark 0.59 stable on ia64 (diff) | |
download | gentoo-2-84ca286f8f396e0e0926c42805188fb71bfa8427.tar.gz gentoo-2-84ca286f8f396e0e0926c42805188fb71bfa8427.tar.bz2 gentoo-2-84ca286f8f396e0e0926c42805188fb71bfa8427.zip |
Mark 0.58 stable on ia64
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-perl/yaml/yaml-0.58.ebuild')
-rw-r--r-- | dev-perl/yaml/yaml-0.58.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) " |