aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgentoo90 <gentoo90@gmail.com>2015-04-25 00:45:15 +0300
committergentoo90 <gentoo90@gmail.com>2015-04-25 00:45:15 +0300
commitacfb9144ebf6964d8734b9e025032d3ede44b53e (patch)
treed82834c78f477548b7adb6de6c80aed29e6589a7
parentUnmask system-llvm useflag (diff)
downloadrust-acfb9144ebf6964d8734b9e025032d3ede44b53e.tar.gz
rust-acfb9144ebf6964d8734b9e025032d3ede44b53e.tar.bz2
rust-acfb9144ebf6964d8734b9e025032d3ede44b53e.zip
Fix repoman warning
-rw-r--r--dev-rust/cargo/cargo-0.2.0.ebuild2
-rw-r--r--dev-rust/cargo/cargo-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-rust/cargo/cargo-0.2.0.ebuild b/dev-rust/cargo/cargo-0.2.0.ebuild
index 3d1e175..022153c 100644
--- a/dev-rust/cargo/cargo-0.2.0.ebuild
+++ b/dev-rust/cargo/cargo-0.2.0.ebuild
@@ -29,7 +29,7 @@ EGIT_COMMIT="${PV}"
COMMON_DEPEND=">=virtual/rust-999
sys-libs/zlib
- dev-libs/openssl
+ dev-libs/openssl:*
net-libs/libssh2
net-libs/http-parser"
RDEPEND="${COMMON_DEPEND}
diff --git a/dev-rust/cargo/cargo-9999.ebuild b/dev-rust/cargo/cargo-9999.ebuild
index 0dbcf8c..7456c4c 100644
--- a/dev-rust/cargo/cargo-9999.ebuild
+++ b/dev-rust/cargo/cargo-9999.ebuild
@@ -19,7 +19,7 @@ EGIT_REPO_URI="https://github.com/rust-lang/cargo.git"
COMMON_DEPEND=">=virtual/rust-999
sys-libs/zlib
- dev-libs/openssl
+ dev-libs/openssl:*
net-libs/libssh2
net-libs/http-parser"
RDEPEND="${COMMON_DEPEND}