aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOGINO Masanori <masanori.ogino@gmail.com>2014-07-29 11:46:23 +0900
committerOGINO Masanori <masanori.ogino@gmail.com>2014-07-29 11:46:23 +0900
commitb468b16bda88c024a83016a9ee12422a140e6654 (patch)
treedc43c19e169df6505101cec7bb3716003af45eb9
parentAdd KEYWORDS to app-{emacs,vim}/rust-mode-0.11.0. (diff)
downloadrust-b468b16bda88c024a83016a9ee12422a140e6654.tar.gz
rust-b468b16bda88c024a83016a9ee12422a140e6654.tar.bz2
rust-b468b16bda88c024a83016a9ee12422a140e6654.zip
Run ./configure.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
-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
}