summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2014-11-21 23:53:11 +0000
committerMatthew Thode <prometheanfire@gentoo.org>2014-11-21 23:53:11 +0000
commitcdb96e81e58a6688d99613286cc0de243eb20723 (patch)
tree923ebe23c50bc19172f9fc5e86c6ff134bdce41b /dev-python/WSME
parentset additional hardening options for tor.service file, wrt bug #529212 (diff)
downloadgentoo-2-cdb96e81e58a6688d99613286cc0de243eb20723.tar.gz
gentoo-2-cdb96e81e58a6688d99613286cc0de243eb20723.tar.bz2
gentoo-2-cdb96e81e58a6688d99613286cc0de243eb20723.zip
adding missing dep
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/WSME')
-rw-r--r--dev-python/WSME/ChangeLog5
-rw-r--r--dev-python/WSME/WSME-0.6.2.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/WSME/ChangeLog b/dev-python/WSME/ChangeLog
index d558b1fa3d94..8f784f0407a0 100644
--- a/dev-python/WSME/ChangeLog
+++ b/dev-python/WSME/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/WSME
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/ChangeLog,v 1.1 2014/11/18 21:59:25 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/ChangeLog,v 1.2 2014/11/21 23:53:11 prometheanfire Exp $
+
+ 21 Nov 2014; Matthew Thode <prometheanfire@gentoo.org> WSME-0.6.2.ebuild:
+ adding missing dep
*WSME-0.6.2 (18 Nov 2014)
diff --git a/dev-python/WSME/WSME-0.6.2.ebuild b/dev-python/WSME/WSME-0.6.2.ebuild
index a83b87597564..ebd1e5a0f278 100644
--- a/dev-python/WSME/WSME-0.6.2.ebuild
+++ b/dev-python/WSME/WSME-0.6.2.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/WSME/WSME-0.6.2.ebuild,v 1.1 2014/11/18 21:59:25 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/WSME/WSME-0.6.2.ebuild,v 1.2 2014/11/21 23:53:11 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 )
@@ -23,4 +23,5 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
dev-python/simplegeneric[${PYTHON_USEDEP}]
>=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/ipaddr[${PYTHON_USEDEP}]' python{2_7,3_2})
"