summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-03-15 21:26:06 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-03-15 21:33:00 +0100
commit76fe2ea47021b48ac4fd9aa6429655a30d6336dd (patch)
treecf80fa97462527aee0e1b25c2c96b9591c59377b /dev-lang/rust-bin/rust-bin-1.31.1.ebuild
parentsys-firmware/b43-firmware: license says unmodified (diff)
downloadgentoo-76fe2ea47021b48ac4fd9aa6429655a30d6336dd.tar.gz
gentoo-76fe2ea47021b48ac4fd9aa6429655a30d6336dd.tar.bz2
gentoo-76fe2ea47021b48ac4fd9aa6429655a30d6336dd.zip
Revert "dev-lang/rust-bin: move app-eselect/eselect-rust to DEPEND"
This reverts commit 4ed92c969842db8a4699644abe61c717dba5de3c. I was wrong, RDEPEND appropriate place to pull in app-eselect/eselect-rust. Bug: https://bugs.gentoo.org/678908 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin/rust-bin-1.31.1.ebuild')
-rw-r--r--dev-lang/rust-bin/rust-bin-1.31.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.31.1.ebuild b/dev-lang/rust-bin/rust-bin-1.31.1.ebuild
index 89ba7839c393..9567b55a1c73 100644
--- a/dev-lang/rust-bin/rust-bin-1.31.1.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.31.1.ebuild
@@ -16,8 +16,9 @@ SLOT="stable"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="clippy cpu_flags_x86_sse2 doc libressl rustfmt"
-DEPEND=">=app-eselect/eselect-rust-20190311"
-RDEPEND="sys-libs/zlib
+DEPEND=""
+RDEPEND=">=app-eselect/eselect-rust-20190311
+ sys-libs/zlib
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
net-libs/libssh2