diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-05-13 14:22:25 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-05-13 14:22:25 +0000 |
commit | 29a67e4eb6ace0914692d1c467bc37aa0af02ce4 (patch) | |
tree | 361e5fef7c6b0bcc43e70a95003d2d3784f11ae0 /dev-libs/libyaml | |
parent | bump to 1.70, take maintainership (diff) | |
download | gentoo-2-29a67e4eb6ace0914692d1c467bc37aa0af02ce4.tar.gz gentoo-2-29a67e4eb6ace0914692d1c467bc37aa0af02ce4.tar.bz2 gentoo-2-29a67e4eb6ace0914692d1c467bc37aa0af02ce4.zip |
ia64 stable wrt bug #505948
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-libs/libyaml')
-rw-r--r-- | dev-libs/libyaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libyaml/libyaml-0.1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libyaml/ChangeLog b/dev-libs/libyaml/ChangeLog index 3b8130a8dd8c..e060855c3e64 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.54 2014/05/11 08:05:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.55 2014/05/13 14:22:25 hattya Exp $ + + 13 May 2014; Akinori Hattori <hattya@gentoo.org> libyaml-0.1.6.ebuild: + ia64 stable wrt bug #505948 11 May 2014; Agostino Sarubbo <ago@gentoo.org> libyaml-0.1.6.ebuild: Stable for ppc64, wrt bug #505948 diff --git a/dev-libs/libyaml/libyaml-0.1.6.ebuild b/dev-libs/libyaml/libyaml-0.1.6.ebuild index 1d59bc896883..866d39324da2 100644 --- a/dev-libs/libyaml/libyaml-0.1.6.ebuild +++ b/dev-libs/libyaml/libyaml-0.1.6.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.6.ebuild,v 1.8 2014/05/11 08:05:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.6.ebuild,v 1.9 2014/05/13 14:22:25 hattya 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}" |