summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-09-14 06:48:26 +0000
committerJonathan Callen <abcd@gentoo.org>2010-09-14 06:48:26 +0000
commitf8bdc7ab0173c26fa935d5e375df44bc3b36c3e5 (patch)
tree4bddffcd6327a25e79b75d457ed8cb35d4453b8c /dev-libs/libyaml
parentMask povray-3.7.0, it needs ELF-ish thread-local support (diff)
downloadgentoo-2-f8bdc7ab0173c26fa935d5e375df44bc3b36c3e5.tar.gz
gentoo-2-f8bdc7ab0173c26fa935d5e375df44bc3b36c3e5.tar.bz2
gentoo-2-f8bdc7ab0173c26fa935d5e375df44bc3b36c3e5.zip
Add ~amd64-linux ~x64-macos for bug 337200
(Portage version: v2.2_rc69-91-g2d3847a/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libyaml')
-rw-r--r--dev-libs/libyaml/ChangeLog5
-rw-r--r--dev-libs/libyaml/libyaml-0.1.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libyaml/ChangeLog b/dev-libs/libyaml/ChangeLog
index 608edabdaeba..c7bac713c382 100644
--- a/dev-libs/libyaml/ChangeLog
+++ b/dev-libs/libyaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libyaml
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.11 2010/05/07 10:21:56 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.12 2010/09/14 06:48:26 abcd Exp $
+
+ 14 Sep 2010; Jonathan Callen <abcd@gentoo.org> libyaml-0.1.3.ebuild:
+ Add ~amd64-linux ~x64-macos for bug 337200
*libyaml-0.1.3 (07 May 2010)
diff --git a/dev-libs/libyaml/libyaml-0.1.3.ebuild b/dev-libs/libyaml/libyaml-0.1.3.ebuild
index ee3647728a4f..44d4b9e8877b 100644
--- a/dev-libs/libyaml/libyaml-0.1.3.ebuild
+++ b/dev-libs/libyaml/libyaml-0.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.3.ebuild,v 1.1 2010/05/07 10:21:56 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.3.ebuild,v 1.2 2010/09/14 06:48:26 abcd Exp $
EAPI="2"
@@ -14,7 +14,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-linux ~x86-macos"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="doc examples test"
S="${WORKDIR}/${MY_P}"