diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-03-31 19:12:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-03-31 19:12:31 +0000 |
commit | 8aa265ab9cae6fbac3a7d6f201e5bfde9c28b4d0 (patch) | |
tree | aba5d68046493200655dbc34099b93f225edbe75 /dev-lang/rust-bin | |
parent | Update dependency after package move of eselect modules to app-eselect. (diff) | |
download | gentoo-2-8aa265ab9cae6fbac3a7d6f201e5bfde9c28b4d0.tar.gz gentoo-2-8aa265ab9cae6fbac3a7d6f201e5bfde9c28b4d0.tar.bz2 gentoo-2-8aa265ab9cae6fbac3a7d6f201e5bfde9c28b4d0.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-bin')
-rw-r--r-- | dev-lang/rust-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.0.0_alpha2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/rust-bin/ChangeLog b/dev-lang/rust-bin/ChangeLog index 86516896ec95..327323362b1b 100644 --- a/dev-lang/rust-bin/ChangeLog +++ b/dev-lang/rust-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/rust-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/ChangeLog,v 1.3 2015/02/24 13:57:25 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/ChangeLog,v 1.4 2015/03/31 19:12:31 ulm Exp $ + + 31 Mar 2015; Ulrich Müller <ulm@gentoo.org> rust-bin-1.0.0_alpha2.ebuild: + Update dependency after package move of eselect modules to app-eselect. *rust-bin-1.0.0_alpha2 (24 Feb 2015) diff --git a/dev-lang/rust-bin/rust-bin-1.0.0_alpha2.ebuild b/dev-lang/rust-bin/rust-bin-1.0.0_alpha2.ebuild index c383af2f3952..ec6f96ee0521 100644 --- a/dev-lang/rust-bin/rust-bin-1.0.0_alpha2.ebuild +++ b/dev-lang/rust-bin/rust-bin-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-bin/rust-bin-1.0.0_alpha2.ebuild,v 1.1 2015/02/24 13:57:25 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rust-bin/rust-bin-1.0.0_alpha2.ebuild,v 1.2 2015/03/31 19:12:31 ulm Exp $ EAPI="5" @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="emacs vim-syntax zsh-completion" -DEPEND=">=app-admin/eselect-rust-0.2_pre20150206 +DEPEND=">=app-eselect/eselect-rust-0.2_pre20150206 !dev-lang/rust:0 " RDEPEND="${DEPEND}" |