diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:54:00 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-08 23:54:00 +0000 |
commit | 0dee82555b13d64cce800d7fba0a15173b95af7a (patch) | |
tree | 6d1efd682e4e91142bdf7846a7c1be185ea009fc /dev-python/msgpack | |
parent | x86 stable, bug 540290 (diff) | |
download | gentoo-2-0dee82555b13d64cce800d7fba0a15173b95af7a.tar.gz gentoo-2-0dee82555b13d64cce800d7fba0a15173b95af7a.tar.bz2 gentoo-2-0dee82555b13d64cce800d7fba0a15173b95af7a.zip |
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/msgpack')
-rw-r--r-- | dev-python/msgpack/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/msgpack/msgpack-0.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/msgpack/ChangeLog b/dev-python/msgpack/ChangeLog index d41b109e052f..a02c32ecee93 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.27 2015/03/06 22:30:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.28 2015/03/08 23:54:00 pacho Exp $ + + 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> msgpack-0.4.5.ebuild: + x86 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> msgpack-0.4.5.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/msgpack/msgpack-0.4.5.ebuild b/dev-python/msgpack/msgpack-0.4.5.ebuild index 27bc5c080e22..c04865a72868 100644 --- a/dev-python/msgpack/msgpack-0.4.5.ebuild +++ b/dev-python/msgpack/msgpack-0.4.5.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.5.ebuild,v 1.2 2015/03/06 22:30:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.5.ebuild,v 1.3 2015/03/08 23:54:00 pacho 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}] |