summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-09-30 08:56:32 +0000
committerFabian Groffen <grobian@gentoo.org>2010-09-30 08:56:32 +0000
commitecfcccf1d148af4cf0df713895ecc0385e520126 (patch)
treec48057695dd602b388047616904ed88b6b16c570
parentMarked ~x86-macos, bug #337214 (diff)
downloadgentoo-2-ecfcccf1d148af4cf0df713895ecc0385e520126.tar.gz
gentoo-2-ecfcccf1d148af4cf0df713895ecc0385e520126.tar.bz2
gentoo-2-ecfcccf1d148af4cf0df713895ecc0385e520126.zip
Marked ~ppc-macos
(Portage version: 2.2.01.16711-prefix/cvs/SunOS i386)
-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 c7bac713c382..d59a3a4f4ec2 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.12 2010/09/14 06:48:26 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.13 2010/09/30 08:56:32 grobian Exp $
+
+ 30 Sep 2010; Fabian Groffen <grobian@gentoo.org> libyaml-0.1.3.ebuild:
+ Marked ~ppc-macos
14 Sep 2010; Jonathan Callen <abcd@gentoo.org> libyaml-0.1.3.ebuild:
Add ~amd64-linux ~x64-macos for bug 337200
diff --git a/dev-libs/libyaml/libyaml-0.1.3.ebuild b/dev-libs/libyaml/libyaml-0.1.3.ebuild
index 44d4b9e8877b..499dfe5f3626 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.2 2010/09/14 06:48:26 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.3.ebuild,v 1.3 2010/09/30 08:56:32 grobian 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 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
IUSE="doc examples test"
S="${WORKDIR}/${MY_P}"