diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-03-31 19:11:51 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-03-31 19:11:51 +0000 |
commit | 64503f363b8cfc94d3057e553958ad38d7b457fa (patch) | |
tree | 3751853eaa186c52299d4d2e387327a2ed914f38 /dev-lang/rust | |
parent | Update dependency after package move of eselect modules to app-eselect. (diff) | |
download | gentoo-2-64503f363b8cfc94d3057e553958ad38d7b457fa.tar.gz gentoo-2-64503f363b8cfc94d3057e553958ad38d7b457fa.tar.bz2 gentoo-2-64503f363b8cfc94d3057e553958ad38d7b457fa.zip |
Update dependency after package move of eselect modules to app-eselect.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.0.0_alpha2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/rust/ChangeLog b/dev-lang/rust/ChangeLog index 1312b9eabe53..ba480ac94f26 100644 --- a/dev-lang/rust/ChangeLog +++ b/dev-lang/rust/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/rust # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v 1.12 2015/02/24 14:02:34 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/ChangeLog,v 1.13 2015/03/31 19:11:51 ulm Exp $ + + 31 Mar 2015; Ulrich Müller <ulm@gentoo.org> rust-1.0.0_alpha2.ebuild: + Update dependency after package move of eselect modules to app-eselect. *rust-1.0.0_alpha2 (24 Feb 2015) diff --git a/dev-lang/rust/rust-1.0.0_alpha2.ebuild b/dev-lang/rust/rust-1.0.0_alpha2.ebuild index 5bd76a197a03..eb8ce0fe544c 100644 --- a/dev-lang/rust/rust-1.0.0_alpha2.ebuild +++ b/dev-lang/rust/rust-1.0.0_alpha2.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-lang/rust/rust-1.0.0_alpha2.ebuild,v 1.1 2015/02/24 14:02:34 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust/rust-1.0.0_alpha2.ebuild,v 1.2 2015/03/31 19:11:51 ulm Exp $ EAPI=5 @@ -24,7 +24,7 @@ IUSE="clang debug doc libcxx +system-llvm" REQUIRED_USE="libcxx? ( clang )" CDEPEND="libcxx? ( sys-libs/libcxx ) - >=app-admin/eselect-rust-0.2_pre20150206 + >=app-eselect/eselect-rust-0.2_pre20150206 !dev-lang/rust:0 " DEPEND="${CDEPEND} |