[arch-commits] Commit in rust/trunk (PKGBUILD)

Daniel Micay thestinger at nymeria.archlinux.org
Tue May 7 22:21:15 UTC 2013


    Date: Wednesday, May 8, 2013 @ 00:21:14
  Author: thestinger
Revision: 90171

rust: rm redundant gcc-libs dependency

Modified:
  rust/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-07 22:11:28 UTC (rev 90170)
+++ PKGBUILD	2013-05-07 22:21:14 UTC (rev 90171)
@@ -7,7 +7,7 @@
 pkgdesc='A safe, concurrent, practical language'
 url='http://www.rust-lang.org/'
 license=('MIT' 'Apache')
-depends=(gcc gcc-libs shared-mime-info)
+depends=(gcc shared-mime-info)
 makedepends=(libffi perl python2 curl chrpath emacs)
 optdepends=('haskell-pandoc: documentation generator (rustdoc)')
 source=("http://static.rust-lang.org/dist/rust-${pkgver}.tar.gz")




More information about the arch-commits mailing list