From 908a775ea84e0d12172d48a41683fa92f84fafde Mon Sep 17 00:00:00 2001 From: Jan S Date: Fri, 4 Apr 2014 00:45:33 +0200 Subject: [PATCH] rust: removed unneeded bugfix. --- srcpkgs/rust/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index f5eb69580d6..6cfae943cd7 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -1,8 +1,9 @@ # Template file for 'rust' pkgname=rust version=0.10 -revision=1 +revision=2 build_style=configure +only_for_archs="x86_64 i686" configure_args="--prefix=/usr --disable-docs" hostmakedepends="which pkg-config perl curl python chrpath" short_desc="A safe, concurrent, practical language" @@ -34,7 +35,4 @@ post_install() { vinstall src/etc/gedit/share/gtksourceview-3.0/language-specs/rust.lang \ 644 usr/share/gtksourceview-3.0/language-specs - # https://github.com/mozilla/rust/issues/5219 - cd ${DESTDIR}/usr - chrpath -d bin/* lib/*.so lib/rustc/*/lib/*.so }