Switch gcc dependenency to gcc-libs
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
name: ruby
|
name: ruby
|
||||||
description: A dynamic, open source programming language with a focus on simplicity and productivity
|
description: A dynamic, open source programming language with a focus on simplicity and productivity
|
||||||
version: 3.4.2
|
version: 3.4.2
|
||||||
|
revision: 2
|
||||||
url: https://www.ruby-lang.org/en/
|
url: https://www.ruby-lang.org/en/
|
||||||
license: BSD-2-Clause
|
license: BSD-2-Clause
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["gcc","gdbm","glibc","gmp","libffi","libxcrypt","libyaml","openssl","readline","valgrind","zlib"]
|
depends: ["gcc-libs", "gdbm", "glibc", "gmp", "libffi", "libxcrypt", "libyaml", "openssl", "readline", "valgrind", "zlib"]
|
||||||
make_depends: ["rustc","procps-ng"]
|
make_depends: ["rustc", "procps-ng"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
Reference in New Issue
Block a user