diff options
author | Brent Baude <ranger@gentoo.org> | 2012-07-10 18:01:29 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-07-10 18:01:29 +0000 |
commit | 17621de6a30dcba1e822b7621d7b81837672d15e (patch) | |
tree | 38d680d35a0bdb631f8caa7e7a6eb0e10afc0092 /dev-libs/libyaml | |
parent | Marking cifs-utils-5.4 ppc for bug 420895 (diff) | |
download | gentoo-2-17621de6a30dcba1e822b7621d7b81837672d15e.tar.gz gentoo-2-17621de6a30dcba1e822b7621d7b81837672d15e.tar.bz2 gentoo-2-17621de6a30dcba1e822b7621d7b81837672d15e.zip |
Marking libyaml-0.1.4 ppc for bug 421611
(Portage version: 2.1.10.65/cvs/Linux ppc64)
Diffstat (limited to 'dev-libs/libyaml')
-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 2a73436e1a38..7d82d7e0b08a 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.25 2012/07/01 15:40:31 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.26 2012/07/10 18:01:29 ranger Exp $ + + 10 Jul 2012; Brent Baude <ranger@gentoo.org> libyaml-0.1.4.ebuild: + Marking libyaml-0.1.4 ppc for bug 421611 01 Jul 2012; Akinori Hattori <hattya@gentoo.org> libyaml-0.1.4.ebuild: ia64 stable wrt bug #421611. diff --git a/dev-libs/libyaml/libyaml-0.1.4.ebuild b/dev-libs/libyaml/libyaml-0.1.4.ebuild index 8ca952c65d02..86a00a7c9fe5 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.7 2012/07/01 15:30:57 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.4.ebuild,v 1.8 2012/07/10 18:01:29 ranger 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}" |