Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
86
Issues
86
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
32
Merge Requests
32
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
core
Commits
225e5d2c
Commit
225e5d2c
authored
Aug 19, 2018
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix lib32-gcc-libs deps version of glibc [staging]
parent
d09ba06d
Pipeline
#1089
passed with stages
in 89 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/PKGBUILD
gcc/PKGBUILD
+2
-2
No files found.
gcc/PKGBUILD
View file @
225e5d2c
...
...
@@ -7,7 +7,7 @@ pkgname=(gcc gcc-libs gcc-fortran gcc-objc gcc-ada gcc-go lib32-gcc-libs)
pkgver
=
8.2.0
_majorver
=
${
pkgver
:0:1
}
_islver
=
0.19
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
'The GNU Compiler Collection'
arch
=(
x86_64
)
license
=(
GPL LGPL FDL custom
)
...
...
@@ -364,7 +364,7 @@ package_gcc-go() {
package_lib32-gcc-libs
()
{
pkgdesc
=
'32-bit runtime libraries shipped by GCC'
depends
=(
'lib32-glibc>=2.2
7
'
)
depends
=(
'lib32-glibc>=2.2
6
'
)
provides
=(
libgo.so libgfortran.so libubsan.so libasan.so
)
groups
=(
multilib-devel
)
options
=(!
emptydirs
!
strip
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment