diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-03-28 08:43:36 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-03-28 08:43:36 +0000 |
commit | 949821a935bd76883585384f297cd7a1ff6f694a (patch) | |
tree | f82e11946ab0e687cb22db355b73fa0ad4696b7e /dev-perl/yaml | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-949821a935bd76883585384f297cd7a1ff6f694a.tar.gz gentoo-2-949821a935bd76883585384f297cd7a1ff6f694a.tar.bz2 gentoo-2-949821a935bd76883585384f297cd7a1ff6f694a.zip |
Stable for HPPA too.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/yaml')
-rw-r--r-- | dev-perl/yaml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/yaml/yaml-0.65.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/yaml/ChangeLog b/dev-perl/yaml/ChangeLog index cfbd135357b8..1f3c359a9d50 100644 --- a/dev-perl/yaml/ChangeLog +++ b/dev-perl/yaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/yaml -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.62 2007/12/29 10:18:53 welp Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.63 2008/03/28 08:43:36 jer Exp $ + + 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> yaml-0.65.ebuild: + Stable for HPPA too. 29 Dec 2007; <welp@gentoo.org> yaml-0.65.ebuild: Keyworded ~sparc-fbsd; bug 203655 diff --git a/dev-perl/yaml/yaml-0.65.ebuild b/dev-perl/yaml/yaml-0.65.ebuild index 3228cfcef362..33ba0b33cd81 100644 --- a/dev-perl/yaml/yaml-0.65.ebuild +++ b/dev-perl/yaml/yaml-0.65.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.65.ebuild,v 1.12 2007/12/29 10:18:53 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.65.ebuild,v 1.13 2008/03/28 08:43:36 jer 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 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |