diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-31 14:09:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-31 14:09:43 +0000 |
commit | f823e2d6e0acd09de1da1d6049120751ac6e7c53 (patch) | |
tree | 5d0ac41958f64c9ce6125ad414c4ab3ae0fcbb43 /dev-python/msgpack | |
parent | Add ~x86-fbsd keyword (diff) | |
download | gentoo-2-f823e2d6e0acd09de1da1d6049120751ac6e7c53.tar.gz gentoo-2-f823e2d6e0acd09de1da1d6049120751ac6e7c53.tar.bz2 gentoo-2-f823e2d6e0acd09de1da1d6049120751ac6e7c53.zip |
Stable for amd64, wrt bug #535338
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/msgpack')
-rw-r--r-- | dev-python/msgpack/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/msgpack/msgpack-0.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/msgpack/ChangeLog b/dev-python/msgpack/ChangeLog index afec7983999e..48ecd74e5fef 100644 --- a/dev-python/msgpack/ChangeLog +++ b/dev-python/msgpack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/msgpack # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.25 2015/01/29 06:46:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.26 2015/01/31 14:09:43 ago Exp $ + + 31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> msgpack-0.4.2.ebuild: + Stable for amd64, wrt bug #535338 *msgpack-0.4.5 (29 Jan 2015) diff --git a/dev-python/msgpack/msgpack-0.4.2.ebuild b/dev-python/msgpack/msgpack-0.4.2.ebuild index 07341bb25e81..f762406a0f1b 100644 --- a/dev-python/msgpack/msgpack-0.4.2.ebuild +++ b/dev-python/msgpack/msgpack-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild,v 1.6 2015/01/14 04:17:12 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.2.ebuild,v 1.7 2015/01/31 14:09:43 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |