summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-01-28 14:57:41 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-01-28 14:57:41 +0000
commitd207a250e7d1d2e584e049dcb5110203578a5f58 (patch)
treefa0192bb4a349bd697b2f1252b475222eb787a96 /dev-libs/libyaml
parentkeyword ~amd64-fbsd (diff)
downloadgentoo-2-d207a250e7d1d2e584e049dcb5110203578a5f58.tar.gz
gentoo-2-d207a250e7d1d2e584e049dcb5110203578a5f58.tar.bz2
gentoo-2-d207a250e7d1d2e584e049dcb5110203578a5f58.zip
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-libs/libyaml')
-rw-r--r--dev-libs/libyaml/ChangeLog5
-rw-r--r--dev-libs/libyaml/libyaml-0.1.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libyaml/ChangeLog b/dev-libs/libyaml/ChangeLog
index b837c4b79663..ab1d4a0abdcd 100644
--- a/dev-libs/libyaml/ChangeLog
+++ b/dev-libs/libyaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libyaml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.32 2013/01/26 16:37:51 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.33 2013/01/28 14:57:41 aballier Exp $
+
+ 28 Jan 2013; Alexis Ballier <aballier@gentoo.org> libyaml-0.1.4.ebuild:
+ keyword ~amd64-fbsd
26 Jan 2013; Fabian Groffen <grobian@gentoo.org> libyaml-0.1.4.ebuild:
Run elibtoolize for FreeMiNT, keyworded, bug #446970
diff --git a/dev-libs/libyaml/libyaml-0.1.4.ebuild b/dev-libs/libyaml/libyaml-0.1.4.ebuild
index b7e37c20d648..bfa140a11c96 100644
--- a/dev-libs/libyaml/libyaml-0.1.4.ebuild
+++ b/dev-libs/libyaml/libyaml-0.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v 1.14 2013/01/26 16:37:51 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v 1.15 2013/01/28 14:57:41 aballier Exp $
EAPI=4
@@ -14,7 +14,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples test static-libs"
S="${WORKDIR}/${MY_P}"