diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-02-07 13:59:54 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-02-07 13:59:54 +0000 |
commit | d7b33d3539340fdb4293bcf88ee3003b3e802e90 (patch) | |
tree | 20f11bbe3f8755ebc64653830229e1eeeb88d71d /dev-libs/libyaml | |
parent | Version bump to 1.0, fixes bug #500462. (diff) | |
download | gentoo-2-d7b33d3539340fdb4293bcf88ee3003b3e802e90.tar.gz gentoo-2-d7b33d3539340fdb4293bcf88ee3003b3e802e90.tar.bz2 gentoo-2-d7b33d3539340fdb4293bcf88ee3003b3e802e90.zip |
Stable for HPPA (bug #499920).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 51c0af7a2dea..7671efdb521f 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.36 2014/02/07 07:23:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.37 2014/02/07 13:59:54 jer Exp $ + + 07 Feb 2014; Jeroen Roovers <jer@gentoo.org> libyaml-0.1.5.ebuild: + Stable for HPPA (bug #499920). *libyaml-0.1.5 (07 Feb 2014) diff --git a/dev-libs/libyaml/libyaml-0.1.5.ebuild b/dev-libs/libyaml/libyaml-0.1.5.ebuild index 9c1551aa6998..edd84e878332 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.1 2014/02/07 07:23:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.5.ebuild,v 1.2 2014/02/07 13:59:54 jer 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}" |