diff options
author | Akinori Hattori <hattya@gentoo.org> | 2012-07-01 15:30:57 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2012-07-01 15:30:57 +0000 |
commit | 3a36076fc3764a723a69623aadb3afbd4806daec (patch) | |
tree | ac21a7e82b5c5c03a2dc2c135478b6253a7b351b /dev-libs | |
parent | Depend on <liblastfm-1.0, bug 423295. Thanks to 0xd34df00d (diff) | |
download | gentoo-2-3a36076fc3764a723a69623aadb3afbd4806daec.tar.gz gentoo-2-3a36076fc3764a723a69623aadb3afbd4806daec.tar.bz2 gentoo-2-3a36076fc3764a723a69623aadb3afbd4806daec.zip |
ia64 stable
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libyaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libyaml/libyaml-0.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libyaml/ChangeLog b/dev-libs/libyaml/ChangeLog index 1c3a2aad6f7c..e67b420bc0f5 100644 --- a/dev-libs/libyaml/ChangeLog +++ b/dev-libs/libyaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libyaml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.23 2012/06/28 01:19:50 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.24 2012/07/01 15:30:57 hattya Exp $ + + 01 Jul 2012; Akinori Hattori <hattya@gentoo.org> libyaml-0.1.4.ebuild: + ia64 stable 28 Jun 2012; Stefan Briesenick <sbriesen@gentoo.org> libyaml-0.1.4.ebuild: fixed static-libs support diff --git a/dev-libs/libyaml/libyaml-0.1.4.ebuild b/dev-libs/libyaml/libyaml-0.1.4.ebuild index bf723eae0a05..8ca952c65d02 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-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.6 2012/06/28 01:19:50 sbriesen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v 1.7 2012/07/01 15:30:57 hattya 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}" |