diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 07:51:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 07:51:18 +0000 |
commit | ca90c62f90ccdc33c306fe1d3d8874e794f8e5bb (patch) | |
tree | 99bdc1f8a50ad1f733ff7fc1349cd5dc71c85e99 /dev-perl/yaml | |
parent | Stable on x86 (#268196) (diff) | |
download | historical-ca90c62f90ccdc33c306fe1d3d8874e794f8e5bb.tar.gz historical-ca90c62f90ccdc33c306fe1d3d8874e794f8e5bb.tar.bz2 historical-ca90c62f90ccdc33c306fe1d3d8874e794f8e5bb.zip |
Stable on x86 (#268188)
Package-Manager: portage-2.2_rc31/cvs/Linux i686
Diffstat (limited to 'dev-perl/yaml')
-rw-r--r-- | dev-perl/yaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/yaml/yaml-0.68.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/yaml/ChangeLog b/dev-perl/yaml/ChangeLog index de9ff8fcaecc..bfb174f4f5da 100644 --- a/dev-perl/yaml/ChangeLog +++ b/dev-perl/yaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/yaml # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.68 2009/05/01 21:21:45 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.69 2009/05/02 07:51:18 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> yaml-0.68.ebuild: + Stable on x86 (#268188) 01 May 2009; Torsten Veller <tove@gentoo.org> -yaml-0.39.ebuild, -yaml-0.66.ebuild: diff --git a/dev-perl/yaml/yaml-0.68.ebuild b/dev-perl/yaml/yaml-0.68.ebuild index 1a5576cdb112..0c20edd2b802 100644 --- a/dev-perl/yaml/yaml-0.68.ebuild +++ b/dev-perl/yaml/yaml-0.68.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.68.ebuild,v 1.2 2009/03/19 14:30:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.68.ebuild,v 1.3 2009/05/02 07:51:18 tove 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 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |