diff options
author | 2014-03-28 18:32:53 +0000 | |
---|---|---|
committer | 2014-03-28 18:32:53 +0000 | |
commit | 02d05e3df1185303c0c3a966475ed9c725b14b6f (patch) | |
tree | 60116d01f4bf83994b5a9f023bbb90ba439f11ec /dev-libs/libyaml | |
parent | Remove needless PDEPEND on virtual/udev and friends, and therefore the result... (diff) | |
download | gentoo-2-02d05e3df1185303c0c3a966475ed9c725b14b6f.tar.gz gentoo-2-02d05e3df1185303c0c3a966475ed9c725b14b6f.tar.bz2 gentoo-2-02d05e3df1185303c0c3a966475ed9c725b14b6f.zip |
Stable for amd64, wrt bug #505948
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
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 23b94cdef3e0..e42be805e661 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.48 2014/03/28 03:23:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.49 2014/03/28 18:32:53 ago Exp $ + + 28 Mar 2014; Agostino Sarubbo <ago@gentoo.org> libyaml-0.1.6.ebuild: + Stable for amd64, wrt bug #505948 28 Mar 2014; Jeroen Roovers <jer@gentoo.org> libyaml-0.1.6.ebuild: Stable for HPPA (bug #505948). diff --git a/dev-libs/libyaml/libyaml-0.1.6.ebuild b/dev-libs/libyaml/libyaml-0.1.6.ebuild index ba391f3b8679..90f4e9476172 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.2 2014/03/28 03:23:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.6.ebuild,v 1.3 2014/03/28 18:32:53 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}" |