aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOGINO Masanori <masanori.ogino@gmail.com>2014-01-13 21:55:23 +0900
committerOGINO Masanori <masanori.ogino@gmail.com>2014-01-13 22:01:29 +0900
commitacd3b3ae08ed073410f2a82d0add30d3e912eb49 (patch)
tree9a0d3c560de163d5b5ee5e89351540e360ee4761 /dev-lang
parentRemove dev-lang/rust-0.8. (diff)
downloadrust-acd3b3ae08ed073410f2a82d0add30d3e912eb49.tar.gz
rust-acd3b3ae08ed073410f2a82d0add30d3e912eb49.tar.bz2
rust-acd3b3ae08ed073410f2a82d0add30d3e912eb49.zip
Require Python 2.6+ but not 3.x in dev-lang/rust.
We might have to check whether the default interpreter is 2.x or not. I don't do that in this commit, though. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust/rust-0.9.ebuild2
-rw-r--r--dev-lang/rust/rust-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-0.9.ebuild b/dev-lang/rust/rust-0.9.ebuild
index baa6fb1..1bf251f 100644
--- a/dev-lang/rust/rust-0.9.ebuild
+++ b/dev-lang/rust/rust-0.9.ebuild
@@ -33,7 +33,7 @@ RDEPEND="zsh-completion? ( app-shells/zsh )"
DEPEND="${RDEPEND}
clang? ( sys-devel/clang )
>=dev-lang/perl-5.0
- >=dev-lang/python-2.6
+ >=dev-lang/python-2.6 <dev-lang/python-3
"
PDEPEND="emacs? ( app-emacs/rust-mode )
vim-syntax? ( app-vim/rust-mode )
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild
index 433e760..894491a 100644
--- a/dev-lang/rust/rust-9999.ebuild
+++ b/dev-lang/rust/rust-9999.ebuild
@@ -33,7 +33,7 @@ RDEPEND="zsh-completion? ( app-shells/zsh )"
DEPEND="${RDEPEND}
clang? ( sys-devel/clang )
>=dev-lang/perl-5.0
- >=dev-lang/python-2.6
+ >=dev-lang/python-2.6 <dev-lang/python-3
"
PDEPEND="emacs? ( app-emacs/rust-mode )
vim-syntax? ( app-vim/rust-mode )