diff options
author | 2012-05-27 12:54:50 +0000 | |
---|---|---|
committer | 2012-05-27 12:54:50 +0000 | |
commit | 98df2c3d3da1750667092f080668458cc7ffb5dc (patch) | |
tree | 1e2e2208b315f879227743c36002b559f5f00d39 /dev-libs | |
parent | arm stable, bug #415855 (diff) | |
download | gentoo-2-98df2c3d3da1750667092f080668458cc7ffb5dc.tar.gz gentoo-2-98df2c3d3da1750667092f080668458cc7ffb5dc.tar.bz2 gentoo-2-98df2c3d3da1750667092f080668458cc7ffb5dc.zip |
arm stable, bug #411507
(Portage version: 2.1.10.62/cvs/Linux i686)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libyaml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/libyaml/libyaml-0.1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libyaml/ChangeLog b/dev-libs/libyaml/ChangeLog index e83561913e9c..3213ccea5e6f 100644 --- a/dev-libs/libyaml/ChangeLog +++ b/dev-libs/libyaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libyaml -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.19 2011/12/29 17:07:04 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.20 2012/05/27 12:54:50 maekke Exp $ + + 27 May 2012; Markus Meier <maekke@gentoo.org> libyaml-0.1.4.ebuild: + arm stable, bug #411507 29 Dec 2011; Jeroen Roovers <jer@gentoo.org> libyaml-0.1.3.ebuild, libyaml-0.1.4.ebuild: diff --git a/dev-libs/libyaml/libyaml-0.1.4.ebuild b/dev-libs/libyaml/libyaml-0.1.4.ebuild index cc53c4e8b779..643b86d6f35a 100644 --- a/dev-libs/libyaml/libyaml-0.1.4.ebuild +++ b/dev-libs/libyaml/libyaml-0.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v 1.2 2011/12/29 17:07:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v 1.3 2012/05/27 12:54:50 maekke Exp $ EAPI=4 @@ -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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="doc examples test static-libs" S="${WORKDIR}/${MY_P}" |