summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-06-30 04:21:12 +0000
committerMike Gilbert <floppym@gentoo.org>2014-06-30 04:21:12 +0000
commit67e383f0f8191972fad5f66dc03d9aac677e2e83 (patch)
treea39ef0b358be7057f0a0745ea2de86f41d044a29 /dev-python/sphinx_rtd_theme
parentDepend on setuptools. Drop openstack herd. (diff)
downloadgentoo-2-67e383f0f8191972fad5f66dc03d9aac677e2e83.tar.gz
gentoo-2-67e383f0f8191972fad5f66dc03d9aac677e2e83.tar.bz2
gentoo-2-67e383f0f8191972fad5f66dc03d9aac677e2e83.zip
Depend on setuptools.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/sphinx_rtd_theme')
-rw-r--r--dev-python/sphinx_rtd_theme/ChangeLog5
-rw-r--r--dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/sphinx_rtd_theme/ChangeLog b/dev-python/sphinx_rtd_theme/ChangeLog
index 58d5c197639d..e71662326f91 100644
--- a/dev-python/sphinx_rtd_theme/ChangeLog
+++ b/dev-python/sphinx_rtd_theme/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/sphinx_rtd_theme
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.1 2014/06/09 02:27:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.2 2014/06/30 04:21:12 floppym Exp $
+
+ 30 Jun 2014; Mike Gilbert <floppym@gentoo.org> sphinx_rtd_theme-0.1.6.ebuild:
+ Depend on setuptools.
*sphinx_rtd_theme-0.1.6 (09 Jun 2014)
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild
index 60c851bce561..7264923a8287 100644
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild
+++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.1 2014/06/09 02:27:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.2 2014/06/30 04:21:12 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3} )
@@ -15,3 +15,5 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"