diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-12 06:09:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-12 06:09:02 +0000 |
commit | 99ac4812b105129ca6d023905d7a786c62921bcc (patch) | |
tree | eeb6c8eb77c0b6f7d0ea0f9a07a1bef27f680477 /dev-libs/libyaml/libyaml-0.1.6.ebuild | |
parent | revbump; conversion -> distutils-r1 wrt bug #541296 (diff) | |
download | historical-99ac4812b105129ca6d023905d7a786c62921bcc.tar.gz historical-99ac4812b105129ca6d023905d7a786c62921bcc.tar.bz2 historical-99ac4812b105129ca6d023905d7a786c62921bcc.zip |
Mark arm64/m68k/s390/sh stable.
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xD2E96200
Diffstat (limited to 'dev-libs/libyaml/libyaml-0.1.6.ebuild')
-rw-r--r-- | dev-libs/libyaml/libyaml-0.1.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libyaml/libyaml-0.1.6.ebuild b/dev-libs/libyaml/libyaml-0.1.6.ebuild index 8f5c36062a6e..154ab089a8f8 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 +# Copyright 1999-2015 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.10 2014/05/14 16:11:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.6.ebuild,v 1.11 2015/03/12 06:09:00 vapier 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 arm64 hppa ia64 m68k ~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}" |