summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-05-17 20:50:28 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2015-05-17 20:50:28 +0000
commita76acdb23addb0b4ef0ed2eb2a9822bceb256857 (patch)
treee2457e4f54e28364708c507d5bbcef5d3cab97d0 /dev-python/hacking
parentLinux patch 4.0.4 (diff)
downloadgentoo-2-a76acdb23addb0b4ef0ed2eb2a9822bceb256857.tar.gz
gentoo-2-a76acdb23addb0b4ef0ed2eb2a9822bceb256857.tar.bz2
gentoo-2-a76acdb23addb0b4ef0ed2eb2a9822bceb256857.zip
relaxing deps for 549694
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Diffstat (limited to 'dev-python/hacking')
-rw-r--r--dev-python/hacking/ChangeLog5
-rw-r--r--dev-python/hacking/hacking-0.10.1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/hacking/ChangeLog b/dev-python/hacking/ChangeLog
index ab110f44c158..ea47fe1c90a8 100644
--- a/dev-python/hacking/ChangeLog
+++ b/dev-python/hacking/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/hacking
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.19 2015/05/17 09:28:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/ChangeLog,v 1.20 2015/05/17 20:50:28 prometheanfire Exp $
+
+ 17 May 2015; Matthew Thode <prometheanfire@gentoo.org> hacking-0.10.1.ebuild:
+ relaxing deps for 549694
17 May 2015; Jeroen Roovers <jer@gentoo.org> hacking-0.9.5.ebuild,
hacking-0.10.1.ebuild:
diff --git a/dev-python/hacking/hacking-0.10.1.ebuild b/dev-python/hacking/hacking-0.10.1.ebuild
index 1124c512eb70..1a7d150082f7 100644
--- a/dev-python/hacking/hacking-0.10.1.ebuild
+++ b/dev-python/hacking/hacking-0.10.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/hacking/hacking-0.10.1.ebuild,v 1.5 2015/05/17 09:28:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hacking/hacking-0.10.1.ebuild,v 1.6 2015/05/17 20:50:28 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -50,7 +50,8 @@ python_prepare_all() {
sed -e 's:intersphinx_mapping:#&:' \
-e 's:oslosphinx:oslo.sphinx:' \
-i doc/source/conf.py || die
-
+ # relax deps
+ rm requirements.txt
distutils-r1_python_prepare_all
}