diff options
author | Stefan Talpalaru <stefantalpalaru@yahoo.com> | 2017-06-16 18:27:57 +0200 |
---|---|---|
committer | Stefan Talpalaru <stefantalpalaru@yahoo.com> | 2017-06-16 18:27:57 +0200 |
commit | b2967843d3db7e022c1703fcf3c5589a37e20e4e (patch) | |
tree | 0a7fd7def710657ab9beb718dc5c1368e7bbfe25 /virtual/rust/rust-9999.ebuild | |
parent | Merge pull request #266 from stefantalpalaru/beta_removal (diff) | |
download | rust-b2967843d3db7e022c1703fcf3c5589a37e20e4e.tar.gz rust-b2967843d3db7e022c1703fcf3c5589a37e20e4e.tar.bz2 rust-b2967843d3db7e022c1703fcf3c5589a37e20e4e.zip |
pay the repoman
Diffstat (limited to 'virtual/rust/rust-9999.ebuild')
-rw-r--r-- | virtual/rust/rust-9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/virtual/rust/rust-9999.ebuild b/virtual/rust/rust-9999.ebuild index 9813ffd..e179385 100644 --- a/virtual/rust/rust-9999.ebuild +++ b/virtual/rust/rust-9999.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=5 @@ -10,9 +9,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="-*" +KEYWORDS="" DEPEND="" -RDEPEND="|| ( - =dev-lang/rust-${PV}* -)" +RDEPEND="=dev-lang/rust-${PV}*" |