Skip to content

Commit

Permalink
correct GCCcore version
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoldeman committed Nov 22, 2023
1 parent 726248f commit 15af7a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ checksums = [
'57faf854b8388547ee4ef2db387a9f6f3b4d0cebd67b765cf5e844a0a970d1f9'},
]

local_gccver = '12.3'
local_gccver = '13.2.0'
dependencies = [
('GCCcore', local_gccver, '-gentoo'),
('GCCcore', local_gccver),
('binutils', '2.40', '', ('GCCcore', local_gccver)),
]

Expand Down

0 comments on commit 15af7a8

Please sign in to comment.