mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
environment/build-style/gem.sh: set noarch=yes to archs=noarch
This commit is contained in:
parent
213858e3e7
commit
0f76ad0f76
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
hostmakedepends+=" ruby"
|
hostmakedepends+=" ruby"
|
||||||
depends+=" ruby"
|
depends+=" ruby"
|
||||||
noarch=yes
|
archs=noarch
|
||||||
|
|
||||||
# default to rubygems
|
# default to rubygems
|
||||||
if [ -z "$distfiles" ]; then
|
if [ -z "$distfiles" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue