summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Squartini2016-06-14 11:52:16 +0900
committerNicola Squartini2016-06-14 11:52:16 +0900
commit1f427b0a290bb081bded8964b855d3a2bdab857e (patch)
tree396442420a7a7e0946c14b4ea634c3160c66389d
parent1471301e6ef5ecb0e5bdb9c9723d81d5d9ab300e (diff)
downloadaur-1f427b0a290bb081bded8964b855d3a2bdab857e.tar.gz
Remove gcc-libs from depends array
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e3c6e2f2416..ef5a10c23c35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=(i686 x86_64)
url="http://www.ibm.com/"
license=("IBM Licensed Materials")
groups=('Cell Simulator')
-depends=(gcc-libs perl tk)
+depends=(perl tk)
options=(!strip)
source_i686=(systemsim-cell-3.1-25.f9.i386.rpm)
source_x86_64=(systemsim-cell-3.1-25.f9.x86_64.rpm)