diff options
author | 2014-02-09 06:57:31 +0000 | |
---|---|---|
committer | 2014-02-09 06:57:31 +0000 | |
commit | 8fd8e384ef92dcb10b432c4fd02ec51a704de231 (patch) | |
tree | bf3d55d4b18e8898ef283cbfd7c8832ddae384a8 /dev-libs/libyaml | |
parent | x86 stable wrt security bug #499596 (diff) | |
download | gentoo-2-8fd8e384ef92dcb10b432c4fd02ec51a704de231.tar.gz gentoo-2-8fd8e384ef92dcb10b432c4fd02ec51a704de231.tar.bz2 gentoo-2-8fd8e384ef92dcb10b432c4fd02ec51a704de231.zip |
x86 stable wrt security bug #499920
(Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-libs/libyaml')
-rw-r--r-- | dev-libs/libyaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libyaml/libyaml-0.1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libyaml/ChangeLog b/dev-libs/libyaml/ChangeLog index 1285fb596ea6..aa5977f68869 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.39 2014/02/08 19:47:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.40 2014/02/09 06:57:31 phajdan.jr Exp $ + + 09 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> libyaml-0.1.5.ebuild: + x86 stable wrt security bug #499920 08 Feb 2014; Agostino Sarubbo <ago@gentoo.org> libyaml-0.1.5.ebuild: Stable for amd64, wrt bug #499920 diff --git a/dev-libs/libyaml/libyaml-0.1.5.ebuild b/dev-libs/libyaml/libyaml-0.1.5.ebuild index 77240da04f2d..de61bc0ac5e5 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.4 2014/02/08 19:47:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.5.ebuild,v 1.5 2014/02/09 06:57:31 phajdan.jr 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}" |