diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-04-20 20:16:35 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-04-20 20:16:35 +0000 |
commit | 579e45016c2fe644df393db0be470b150d1ab8f2 (patch) | |
tree | 995745679db13ab142a78f38093705876c7f93b5 /dev-perl/yaml | |
parent | Resurrect 0.10 and p.mask 0.11 as it needs newer dependencies. (diff) | |
download | historical-579e45016c2fe644df393db0be470b150d1ab8f2.tar.gz historical-579e45016c2fe644df393db0be470b150d1ab8f2.tar.bz2 historical-579e45016c2fe644df393db0be470b150d1ab8f2.zip |
Added ~amd64 keyword wrt Bug #119199.
Package-Manager: portage-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 5c43a2049936..55ea0e783cf7 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.36 2006/04/20 16:51:44 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/ChangeLog,v 1.37 2006/04/20 20:16:35 tcort Exp $ + + 20 Apr 2006; Thomas Cort <tcort@gentoo.org> yaml-0.58.ebuild: + Added ~amd64 keyword wrt Bug #119199. 20 Apr 2006; Thomas Cort <tcort@gentoo.org> yaml-0.58.ebuild: Added ~alpha keyword wrt Bug #119199. diff --git a/dev-perl/yaml/yaml-0.58.ebuild b/dev-perl/yaml/yaml-0.58.ebuild index dba3e1b0ffc4..45afe273d1da 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.4 2006/04/20 16:51:44 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.58.ebuild,v 1.5 2006/04/20 20:16:35 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="~alpha ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="test" DEPEND="test? ( >=dev-perl/Test-Base-0.49 ) " |