diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-03-18 21:12:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-03-18 21:12:41 +0000 |
commit | fdcf7a2ed1791dcfd3fb160958e53d025f7984c2 (patch) | |
tree | c01fdb9ae3618b1cd17d8d3ed529de1b0ee61441 /dev-perl/yaml | |
parent | Fixed CVS header. (diff) | |
download | gentoo-2-fdcf7a2ed1791dcfd3fb160958e53d025f7984c2.tar.gz gentoo-2-fdcf7a2ed1791dcfd3fb160958e53d025f7984c2.tar.bz2 gentoo-2-fdcf7a2ed1791dcfd3fb160958e53d025f7984c2.zip |
Add ia64 and ~ia64 keywords
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/yaml')
-rw-r--r-- | dev-perl/yaml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/yaml/yaml-0.35.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/yaml/yaml-0.36.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/yaml/ChangeLog b/dev-perl/yaml/ChangeLog index d2daae04f217..e7231fb3eb9c 100644 --- a/dev-perl/yaml/ChangeLog +++ b/dev-perl/yaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/yaml # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.10 2005/03/13 13:22:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.11 2005/03/18 21:12:41 agriffis Exp $ + + 18 Mar 2005; Aron Griffis <agriffis@gentoo.org> yaml-0.35.ebuild, + yaml-0.36.ebuild: + Add ia64 and ~ia64 keywords *yaml-0.36 (13 Mar 2005) diff --git a/dev-perl/yaml/yaml-0.35.ebuild b/dev-perl/yaml/yaml-0.35.ebuild index efb56feac920..bbe0b5d4b8ae 100644 --- a/dev-perl/yaml/yaml-0.35.ebuild +++ b/dev-perl/yaml/yaml-0.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.35.ebuild,v 1.16 2005/03/13 13:22:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.35.ebuild,v 1.17 2005/03/18 21:12:41 agriffis Exp $ inherit perl-module @@ -12,7 +12,7 @@ SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 hppa mips ppc sparc x86 ppc64" +KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" IUSE="" src_compile() { diff --git a/dev-perl/yaml/yaml-0.36.ebuild b/dev-perl/yaml/yaml-0.36.ebuild index a0a7ed6228ff..8d53843fd926 100644 --- a/dev-perl/yaml/yaml-0.36.ebuild +++ b/dev-perl/yaml/yaml-0.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.36.ebuild,v 1.1 2005/03/13 13:22:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.36.ebuild,v 1.2 2005/03/18 21:12:41 agriffis Exp $ inherit perl-module @@ -12,7 +12,7 @@ SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~ppc64" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" SRC_TEST="do" |