summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-04-17 02:11:55 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-04-17 02:13:23 +1000
commit7e167da27a6e3e412f64c4d2dadbc4c2f5ee9535 (patch)
treecebb2a2e1fc090ea2d45d569259a9cfd41c4849b
parentsys-libs/glibc: restore 2.23-r1 with a mask (diff)
downloadgentoo-7e167da27a6e3e412f64c4d2dadbc4c2f5ee9535.tar.gz
gentoo-7e167da27a6e3e412f64c4d2dadbc4c2f5ee9535.tar.bz2
gentoo-7e167da27a6e3e412f64c4d2dadbc4c2f5ee9535.zip
kde-misc/synaptiks: drop usage of dev-python/sphinxcontrib-issuetracker
Gentoo-bug: 527188 Package-Manager: portage-2.2.28
-rw-r--r--kde-misc/synaptiks/synaptiks-0.8.1-r4.ebuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/kde-misc/synaptiks/synaptiks-0.8.1-r4.ebuild b/kde-misc/synaptiks/synaptiks-0.8.1-r4.ebuild
index ff55df7ab448..645c7cb039ec 100644
--- a/kde-misc/synaptiks/synaptiks-0.8.1-r4.ebuild
+++ b/kde-misc/synaptiks/synaptiks-0.8.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -34,10 +34,7 @@ RDEPEND="
DEPEND="${RDEPEND}
app-text/docbook-xsl-stylesheets
sys-devel/gettext
- doc? (
- dev-python/sphinx[${PYTHON_USEDEP}]
- >=dev-python/sphinxcontrib-issuetracker-0.11-r1[${PYTHON_USEDEP}]
- )
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"
PATCHES=(
@@ -45,6 +42,12 @@ PATCHES=(
"${FILESDIR}/${PN}-0.8.1-removedfeatures.patch"
)
+python_prepare_all() {
+ distutils-r1_python_prepare_all
+
+ sed -i -e "s/, 'sphinxcontrib.issuetracker'//" doc/conf.py || die
+}
+
python_compile_all() {
if use doc; then
einfo "Generating documentation"