diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-05-05 17:43:17 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-05-05 17:43:17 +0000 |
commit | bc628ca6902e5b7f10cc0e7fd377bfa8357ffa61 (patch) | |
tree | 8ac22352ec4e0ec59e58cec14947228eeac4f59f /dev-perl/yaml | |
parent | Fix repoman warnings (diff) | |
download | gentoo-2-bc628ca6902e5b7f10cc0e7fd377bfa8357ffa61.tar.gz gentoo-2-bc628ca6902e5b7f10cc0e7fd377bfa8357ffa61.tar.bz2 gentoo-2-bc628ca6902e5b7f10cc0e7fd377bfa8357ffa61.zip |
stable sparc, bug 268188
(Portage version: 2.1.6.11/cvs/Linux sparc64)
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 ca72bdea021c..f21e1963f738 100644 --- a/dev-perl/yaml/ChangeLog +++ b/dev-perl/yaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/yaml # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.72 2009/05/03 17:45:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.73 2009/05/05 17:43:17 tcunha Exp $ + + 05 May 2009; Tiago Cunha <tcunha@gentoo.org> yaml-0.68.ebuild: + stable sparc, bug 268188 03 May 2009; Markus Meier <maekke@gentoo.org> yaml-0.68.ebuild: amd64 stable, bug #268188 diff --git a/dev-perl/yaml/yaml-0.68.ebuild b/dev-perl/yaml/yaml-0.68.ebuild index eab684debbe5..63319c496ac5 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.6 2009/05/03 17:45:03 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.68.ebuild,v 1.7 2009/05/05 17:43:17 tcunha 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" |