diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-09 08:17:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-09 08:17:06 +0000 |
commit | c30fab547a3adb90d905285a83e3f92925bd06fb (patch) | |
tree | 8399e83aaf96141e314406366a90a9d8ffe775b7 /dev-python/pyyaml | |
parent | Stable for amd64, wrt bug #524416 (diff) | |
download | gentoo-2-c30fab547a3adb90d905285a83e3f92925bd06fb.tar.gz gentoo-2-c30fab547a3adb90d905285a83e3f92925bd06fb.tar.bz2 gentoo-2-c30fab547a3adb90d905285a83e3f92925bd06fb.zip |
Stable for amd64, wrt bug #524416
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 f0a22d956ed5..c0d2d225eac0 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.45 2014/10/04 21:14:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/ChangeLog,v 1.46 2014/10/09 08:17:06 ago Exp $ + + 09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pyyaml-3.11.ebuild: + Stable for amd64, wrt bug #524416 04 Oct 2014; Jeroen Roovers <jer@gentoo.org> pyyaml-3.11.ebuild: Stable for HPPA (bug #524416). diff --git a/dev-python/pyyaml/pyyaml-3.11.ebuild b/dev-python/pyyaml/pyyaml-3.11.ebuild index eee34d804247..395b68c0ac76 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.5 2014/10/04 21:14:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyyaml/pyyaml-3.11.ebuild,v 1.6 2014/10/09 08:17:06 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 )" |