summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreroen2014-04-27 19:57:34 +0200
committereroen2014-04-27 20:19:46 +0200
commit6e8152d4d7f986fcee78f58414baba5878af64cf (patch)
tree35166ae295a7a800b2a56c345e62ac3e845a5914
parent6aa79066065f8e97302004b3924fd468d04c3f6d (diff)
downloaderoen-overlay-6e8152d4d7f986fcee78f58414baba5878af64cf.tar.gz
eroen-overlay-6e8152d4d7f986fcee78f58414baba5878af64cf.tar.bz2
eroen-overlay-6e8152d4d7f986fcee78f58414baba5878af64cf.tar.xz
mako-0.9.0 - use python_gen_usedep()
-rw-r--r--dev-python/mako/mako-0.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mako/mako-0.9.0.ebuild b/dev-python/mako/mako-0.9.0.ebuild
index 98712048..2242d185 100644
--- a/dev-python/mako/mako-0.9.0.ebuild
+++ b/dev-python/mako/mako-0.9.0.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd6
IUSE="doc +cache test"
REQUIRED_USE="cache? ( !python_targets_python3_2 !python_targets_python3_3 )"
-RDEPEND="cache? ( >=dev-python/beaker-1.1[${PYTHON_USEDEP}] )
+RDEPEND="cache? ( >=dev-python/beaker-1.1[$(python_gen_usedep python2\*)] )
>=dev-python/markupsafe-0.9.2[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]