diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-05-13 14:22:28 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-05-13 14:22:28 +0000 |
commit | a6de6f787a5bb444855c8d003066dac5f90be34b (patch) | |
tree | 3bc0c2c73182b0ec8ac9607f6c475462fbc260c6 /dev-libs/libyaml/libyaml-0.1.6.ebuild | |
parent | bump to 1.70, take maintainership (diff) | |
download | historical-a6de6f787a5bb444855c8d003066dac5f90be34b.tar.gz historical-a6de6f787a5bb444855c8d003066dac5f90be34b.tar.bz2 historical-a6de6f787a5bb444855c8d003066dac5f90be34b.zip |
ia64 stable wrt bug #505948
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0xEC917A6D
Diffstat (limited to 'dev-libs/libyaml/libyaml-0.1.6.ebuild')
-rw-r--r-- | dev-libs/libyaml/libyaml-0.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libyaml/libyaml-0.1.6.ebuild b/dev-libs/libyaml/libyaml-0.1.6.ebuild index 1d59bc896883..866d39324da2 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.8 2014/05/11 08:05:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.6.ebuild,v 1.9 2014/05/13 14:22:25 hattya 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}" |