diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-15 21:26:06 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-15 21:33:00 +0100 |
commit | 76fe2ea47021b48ac4fd9aa6429655a30d6336dd (patch) | |
tree | cf80fa97462527aee0e1b25c2c96b9591c59377b /dev-lang/rust-bin/rust-bin-1.33.0.ebuild | |
parent | sys-firmware/b43-firmware: license says unmodified (diff) | |
download | gentoo-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.33.0.ebuild')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.33.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.33.0.ebuild b/dev-lang/rust-bin/rust-bin-1.33.0.ebuild index ef0e3aee64f5..a4fb5e4c3094 100644 --- a/dev-lang/rust-bin/rust-bin-1.33.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.33.0.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 |