diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-18 14:41:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-18 14:41:56 +0000 |
commit | fc2c7f292f87af2dc34bf74fdf016e30c41c0e1d (patch) | |
tree | 6f9ec364e8dcf7f87416445a268fbf137a4604e4 /dev-python/pyyaml | |
parent | Stable for x86, wrt bug #524416 (diff) | |
download | gentoo-2-fc2c7f292f87af2dc34bf74fdf016e30c41c0e1d.tar.gz gentoo-2-fc2c7f292f87af2dc34bf74fdf016e30c41c0e1d.tar.bz2 gentoo-2-fc2c7f292f87af2dc34bf74fdf016e30c41c0e1d.zip |
Stable for x86, wrt bug #524416
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pyyaml')
-rw-r--r-- | dev-python/pyyaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyyaml/pyyaml-3.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyyaml/ChangeLog b/dev-python/pyyaml/ChangeLog index 39212ba9550e..f374d8ce912c 100644 --- a/dev-python/pyyaml/ChangeLog +++ b/dev-python/pyyaml/ChangeLog @@ -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.47 2014/10/18 14:40:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.48 2014/10/18 14:41:56 ago Exp $ + + 18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pyyaml-3.11.ebuild: + Stable for x86, wrt bug #524416 18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pyyaml-3.11.ebuild: Stable for ppc, wrt bug #524416 diff --git a/dev-python/pyyaml/pyyaml-3.11.ebuild b/dev-python/pyyaml/pyyaml-3.11.ebuild index 23e7525b6fe5..a8a9286fb7a0 100644 --- a/dev-python/pyyaml/pyyaml-3.11.ebuild +++ b/dev-python/pyyaml/pyyaml-3.11.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-python/pyyaml/pyyaml-3.11.ebuild,v 1.7 2014/10/18 14:40:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.11.ebuild,v 1.8 2014/10/18 14:41:56 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -15,7 +15,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 ~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 )" |