diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-04-20 16:51:44 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-04-20 16:51:44 +0000 |
commit | e499b5d4b3bf41aa84012fd87db144640f389a2e (patch) | |
tree | 4e7eebec16f8c822c208f1dea03829c0db53a9bf /dev-perl/yaml | |
parent | Added ~alpha keyword wrt Bug #119199. (diff) | |
download | gentoo-2-e499b5d4b3bf41aa84012fd87db144640f389a2e.tar.gz gentoo-2-e499b5d4b3bf41aa84012fd87db144640f389a2e.tar.bz2 gentoo-2-e499b5d4b3bf41aa84012fd87db144640f389a2e.zip |
Added ~alpha keyword wrt Bug #119199.
(Portage version: 2.0.54)
Diffstat (limited to 'dev-perl/yaml')
-rw-r--r-- | dev-perl/yaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/yaml/yaml-0.58.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/yaml/ChangeLog b/dev-perl/yaml/ChangeLog index 83133fe1abe4..5c43a2049936 100644 --- a/dev-perl/yaml/ChangeLog +++ b/dev-perl/yaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/yaml # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.35 2006/03/17 20:35:30 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.36 2006/04/20 16:51:44 tcort Exp $ + + 20 Apr 2006; Thomas Cort <tcort@gentoo.org> yaml-0.58.ebuild: + Added ~alpha keyword wrt Bug #119199. 17 Mar 2006; Chris White <chriswhite@gentoo.org> yaml-0.39.ebuild: amd64 stable for 0.39. diff --git a/dev-perl/yaml/yaml-0.58.ebuild b/dev-perl/yaml/yaml-0.58.ebuild index 45cdb5b699b8..dba3e1b0ffc4 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.3 2006/03/10 12:41:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.58.ebuild,v 1.4 2006/04/20 16:51:44 tcort 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="~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="test" DEPEND="test? ( >=dev-perl/Test-Base-0.49 ) " |