summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-04-19 14:38:14 +0000
committerIan Delaney <idella4@gentoo.org>2015-04-19 14:38:14 +0000
commit54a1fcf58a72be27a1b14e2a1bf53a5dc10a3e3b (patch)
tree8bbc166312409bcb4edd046ccd6fbe6b1840cf8b /dev-python/sphinx
parentVersion bump. (diff)
downloadgentoo-2-54a1fcf58a72be27a1b14e2a1bf53a5dc10a3e3b.tar.gz
gentoo-2-54a1fcf58a72be27a1b14e2a1bf53a5dc10a3e3b.tar.bz2
gentoo-2-54a1fcf58a72be27a1b14e2a1bf53a5dc10a3e3b.zip
rm un-needed dep for tests, noted by Arfrever
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r--dev-python/sphinx/ChangeLog5
-rw-r--r--dev-python/sphinx/sphinx-1.3.1.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/sphinx/ChangeLog b/dev-python/sphinx/ChangeLog
index e2d97b04b268..36745e967c85 100644
--- a/dev-python/sphinx/ChangeLog
+++ b/dev-python/sphinx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/sphinx
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.190 2015/04/19 13:45:31 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.191 2015/04/19 14:38:14 idella4 Exp $
+
+ 19 Apr 2015; Ian Delaney <idella4@gentoo.org> sphinx-1.3.1.ebuild:
+ rm un-needed dep for tests, noted by Arfrever
19 Apr 2015; Mike Gilbert <floppym@gentoo.org> sphinx-1.3.1.ebuild:
Update dependnecy on pygments, bug 546280.
diff --git a/dev-python/sphinx/sphinx-1.3.1.ebuild b/dev-python/sphinx/sphinx-1.3.1.ebuild
index 33927ba0395f..b1185356bb0f 100644
--- a/dev-python/sphinx/sphinx-1.3.1.ebuild
+++ b/dev-python/sphinx/sphinx-1.3.1.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/sphinx/sphinx-1.3.1.ebuild,v 1.2 2015/04/19 13:45:31 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.3.1.ebuild,v 1.3 2015/04/19 14:38:14 idella4 Exp $
EAPI=5
@@ -35,7 +35,6 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
)"
DEPEND="${DEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}]
- dev-python/simplejson[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) )"
S="${WORKDIR}/${MY_P}"