jer 14/10/04 21:14:35 Modified: ChangeLog pyyaml-3.11.ebuild Log: Stable for HPPA (bug #524416). (Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path 1.45 dev-python/pyyaml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 7 Aug 2014 08:59:13 -0000 1.44 +++ ChangeLog 4 Oct 2014 21:14:35 -0000 1.45 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyyaml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.44 2014/08/07 08:59:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.45 2014/10/04 21:14:35 jer Exp $ + + 04 Oct 2014; Jeroen Roovers <j...@gentoo.org> pyyaml-3.11.ebuild: + Stable for HPPA (bug #524416). 07 Aug 2014; Jeroen Roovers <j...@gentoo.org> pyyaml-3.10-r1.ebuild: Stable for HPPA (bug #506042). 1.5 dev-python/pyyaml/pyyaml-3.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/pyyaml-3.11.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/pyyaml-3.11.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyyaml/pyyaml-3.11.ebuild?r1=1.4&r2=1.5 Index: pyyaml-3.11.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.11.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pyyaml-3.11.ebuild 24 Jul 2014 19:26:04 -0000 1.4 +++ pyyaml-3.11.ebuild 4 Oct 2014 21:14:35 -0000 1.5 @@ -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-python/pyyaml/pyyaml-3.11.ebuild,v 1.4 2014/07/24 19:26:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.11.ebuild,v 1.5 2014/10/04 21:14:35 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -15,7 +15,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="examples libyaml" RDEPEND="libyaml? ( dev-libs/libyaml )"