summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-04-10 18:06:03 +0000
committerMichał Górny <mgorny@gentoo.org>2014-04-10 18:06:03 +0000
commitb8f07efe462509575c37336810c8000491c8ac0b (patch)
tree291fdc0782d5958079a109876c5bcc354f7a1054 /dev-lang
parentBump LeechCraft to 0.5.65, thanks to 0xd34df00d. (diff)
downloadgentoo-2-b8f07efe462509575c37336810c8000491c8ac0b.tar.gz
gentoo-2-b8f07efe462509575c37336810c8000491c8ac0b.tar.bz2
gentoo-2-b8f07efe462509575c37336810c8000491c8ac0b.zip
Add a lot of missing ${PYTHON_USEDEP}.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/hy/ChangeLog5
-rw-r--r--dev-lang/hy/hy-0.9.12.ebuild16
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-lang/hy/ChangeLog b/dev-lang/hy/ChangeLog
index 8ec07ee5a15d..d915bbafa868 100644
--- a/dev-lang/hy/ChangeLog
+++ b/dev-lang/hy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/hy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v 1.2 2014/02/21 03:40:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v 1.3 2014/04/10 18:06:03 mgorny Exp $
+
+ 10 Apr 2014; Michał Górny <mgorny@gentoo.org> hy-0.9.12.ebuild:
+ Add a lot of missing ${PYTHON_USEDEP}.
21 Feb 2014; Patrick Lauer <patrick@gentoo.org> hy-0.9.12.ebuild:
Fix astor dependency #501724
diff --git a/dev-lang/hy/hy-0.9.12.ebuild b/dev-lang/hy/hy-0.9.12.ebuild
index 8dabe9c152ac..10f08331fa39 100644
--- a/dev-lang/hy/hy-0.9.12.ebuild
+++ b/dev-lang/hy/hy-0.9.12.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-lang/hy/hy-0.9.12.ebuild,v 1.2 2014/02/21 03:40:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/hy-0.9.12.ebuild,v 1.3 2014/04/10 18:06:03 mgorny Exp $
EAPI=5
@@ -17,14 +17,14 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-RDEPEND="dev-python/flake8
- >=dev-python/rply-0.7.0
- dev-python/astor"
+RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]
+ >=dev-python/rply-0.7.0[${PYTHON_USEDEP}]
+ dev-python/astor[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
- test? ( dev-python/tox
- dev-python/nose
- dev-python/sphinx
- dev-python/coverage
+ test? ( dev-python/tox[${PYTHON_USEDEP}]
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/coverage[${PYTHON_USEDEP}]
)"
python_test() {