diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/msgpack/msgpack-0.1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/msgpack/msgpack-0.1.12.ebuild b/dev-python/msgpack/msgpack-0.1.12.ebuild index 65c0926eaf7d..5044b5748687 100644 --- a/dev-python/msgpack/msgpack-0.1.12.ebuild +++ b/dev-python/msgpack/msgpack-0.1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.1.12.ebuild,v 1.1 2011/12/28 03:26:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.1.12.ebuild,v 1.2 2011/12/30 18:17:32 mr_bones_ Exp $ EAPI="3" PYTHON_DEPEND="2:2.5 3" @@ -44,4 +44,4 @@ src_prepare() { src_test() { distutils_src_test -P -w test; -}
\ No newline at end of file +} |