summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-12-10 04:40:31 +0000
committerIan Delaney <idella4@gentoo.org>2013-12-10 04:40:31 +0000
commit4399ea7c21c97cd1ada2af59da8ad0d3d5045b2b (patch)
tree946d468cbc7939f56f77262e67fdfa6ab05337be /dev-python/subunit
parentBump (diff)
downloadgentoo-2-4399ea7c21c97cd1ada2af59da8ad0d3d5045b2b.tar.gz
gentoo-2-4399ea7c21c97cd1ada2af59da8ad0d3d5045b2b.tar.bz2
gentoo-2-4399ea7c21c97cd1ada2af59da8ad0d3d5045b2b.zip
reverted to python-r1, for now
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/subunit')
-rw-r--r--dev-python/subunit/ChangeLog5
-rw-r--r--dev-python/subunit/subunit-0.0.15.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/subunit/ChangeLog b/dev-python/subunit/ChangeLog
index 33f4a1620df7..748ee9cc958b 100644
--- a/dev-python/subunit/ChangeLog
+++ b/dev-python/subunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/subunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.33 2013/12/10 03:07:35 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.34 2013/12/10 04:40:31 idella4 Exp $
+
+ 10 Dec 2013; Ian Delaney <idella4@gentoo.org> subunit-0.0.15.ebuild:
+ reverted to python-r1, for now
10 Dec 2013; Ian Delaney <idella4@gentoo.org> metadata.xml,
subunit-0.0.15.ebuild:
diff --git a/dev-python/subunit/subunit-0.0.15.ebuild b/dev-python/subunit/subunit-0.0.15.ebuild
index 6ff74595a0ee..ac6b38f049a6 100644
--- a/dev-python/subunit/subunit-0.0.15.ebuild
+++ b/dev-python/subunit/subunit-0.0.15.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.15.ebuild,v 1.5 2013/12/10 03:07:35 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.15.ebuild,v 1.6 2013/12/10 04:40:31 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
-inherit autotools-utils distutils-r1
+inherit autotools-utils python-r1
DESCRIPTION="A streaming protocol for test results"
HOMEPAGE="https://launchpad.net/subunit http://pypi.python.org/pypi/python-subunit"