aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-rust/cargo/cargo-9999.ebuild')
-rw-r--r--dev-rust/cargo/cargo-9999.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-rust/cargo/cargo-9999.ebuild b/dev-rust/cargo/cargo-9999.ebuild
index 9365cef..091f5b4 100644
--- a/dev-rust/cargo/cargo-9999.ebuild
+++ b/dev-rust/cargo/cargo-9999.ebuild
@@ -20,10 +20,6 @@ EGIT_REPO_URI="git://github.com/rust-lang/cargo.git"
DEPEND="=dev-lang/rust-9999"
RDEPEND="${DEPEND}"
-src_configure() {
- echo "noop" > /dev/null
-}
-
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install || die
}