summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-02-16 07:34:31 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-02-16 07:34:31 +0000
commit1888453dd1e0528e3b4d91a8c09d8a1575c1197d (patch)
treef8ddf0a24701157f6135cd2dff7c977f73925bd6 /dev-libs/libyaml
parentStable for alpha, wrt bug #491150 (diff)
downloadgentoo-2-1888453dd1e0528e3b4d91a8c09d8a1575c1197d.tar.gz
gentoo-2-1888453dd1e0528e3b4d91a8c09d8a1575c1197d.tar.bz2
gentoo-2-1888453dd1e0528e3b4d91a8c09d8a1575c1197d.zip
Stable for alpha, wrt bug #499920
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libyaml')
-rw-r--r--dev-libs/libyaml/ChangeLog5
-rw-r--r--dev-libs/libyaml/libyaml-0.1.5.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libyaml/ChangeLog b/dev-libs/libyaml/ChangeLog
index ad8d04ea7a41..fbc5955e388c 100644
--- a/dev-libs/libyaml/ChangeLog
+++ b/dev-libs/libyaml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libyaml
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.43 2014/02/09 08:26:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.44 2014/02/16 07:34:31 ago Exp $
+
+ 16 Feb 2014; Agostino Sarubbo <ago@gentoo.org> libyaml-0.1.5.ebuild:
+ Stable for alpha, wrt bug #499920
09 Feb 2014; Agostino Sarubbo <ago@gentoo.org> libyaml-0.1.5.ebuild:
Stable for sparc, wrt bug #499920
diff --git a/dev-libs/libyaml/libyaml-0.1.5.ebuild b/dev-libs/libyaml/libyaml-0.1.5.ebuild
index 9663f03e381c..d4233742d999 100644
--- a/dev-libs/libyaml/libyaml-0.1.5.ebuild
+++ b/dev-libs/libyaml/libyaml-0.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.5.ebuild,v 1.8 2014/02/09 08:26:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.5.ebuild,v 1.9 2014/02/16 07:34:31 ago Exp $
EAPI=5
@@ -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 ~amd64-fbsd ~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}"