diff options
author | 2015-06-07 09:15:15 +0000 | |
---|---|---|
committer | 2015-06-07 09:15:15 +0000 | |
commit | c633a22f4651ded79ac138880cd6bf59ee64cfa1 (patch) | |
tree | 947ff8a2a68edc54c3d1c0d2a1e92c7d101ad06c | |
parent | arm stable, bug #540290 (diff) | |
download | gentoo-2-c633a22f4651ded79ac138880cd6bf59ee64cfa1.tar.gz gentoo-2-c633a22f4651ded79ac138880cd6bf59ee64cfa1.tar.bz2 gentoo-2-c633a22f4651ded79ac138880cd6bf59ee64cfa1.zip |
arm stable, bug #540290
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
-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 ccaa2c176fa4..0f16b3b57ed0 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.30 2015/04/19 09:41:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.31 2015/06/07 09:15:15 maekke Exp $ + + 07 Jun 2015; Markus Meier <maekke@gentoo.org> msgpack-0.4.5.ebuild: + arm stable, bug #540290 19 Apr 2015; Pacho Ramos <pacho@gentoo.org> msgpack-0.4.2.ebuild: x86 stable wrt bug #535338 diff --git a/dev-python/msgpack/msgpack-0.4.5.ebuild b/dev-python/msgpack/msgpack-0.4.5.ebuild index c04865a72868..bb9975dbd4dd 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.3 2015/03/08 23:54:00 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.5.ebuild,v 1.4 2015/06/07 09:15:15 maekke 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}] |