summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-24 15:58:27 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-24 15:58:27 +0000
commite3b01a01957f215153e0656fdc56c5b3a2403a7a (patch)
tree9cfead5ba229da64f74e028d42bb8a406959bab6 /dev-perl/yaml/yaml-0.58.ebuild
parentManual Manifest commit. (diff)
downloadhistorical-e3b01a01957f215153e0656fdc56c5b3a2403a7a.tar.gz
historical-e3b01a01957f215153e0656fdc56c5b3a2403a7a.tar.bz2
historical-e3b01a01957f215153e0656fdc56c5b3a2403a7a.zip
Add ~x86-fbsd keyword.
Package-Manager: portage-2.1_pre9-r4
Diffstat (limited to 'dev-perl/yaml/yaml-0.58.ebuild')
-rw-r--r--dev-perl/yaml/yaml-0.58.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/yaml/yaml-0.58.ebuild b/dev-perl/yaml/yaml-0.58.ebuild
index 45afe273d1da..a6fcd4150829 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.5 2006/04/20 20:16:35 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.58.ebuild,v 1.6 2006/04/24 15:53:23 flameeyes 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 ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="test"
DEPEND="test? ( >=dev-perl/Test-Base-0.49 ) "