openjdk12-bootstrap: change from broken= to restricted= for zero
This commit is contained in:
parent
b193cd8e0e
commit
5c451c5d59
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -n "$_use_zero" ]; then
|
if [ -n "$_use_zero" ]; then
|
||||||
broken="i ain't building this, remove if you like"
|
# i ain't building this, remove if you like
|
||||||
|
restricted=yes
|
||||||
makedepends+=" libffi-devel"
|
makedepends+=" libffi-devel"
|
||||||
configure_args+=" --with-jvm-variants=zero"
|
configure_args+=" --with-jvm-variants=zero"
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in a new issue