meta: remove support code for only_for_archs=

This commit is contained in:
maxice8 2019-03-14 18:45:47 -03:00 committed by maxice8
parent f0f9cfb8af
commit 415e6cd701
4 changed files with 1 additions and 16 deletions

View file

@ -57,10 +57,6 @@ if [ ! -f $XBPS_SUBPKG_INSTALL_DONE ]; then
archs=noarch
unset noarch
fi
if [ -n "$only_for_archs" ]; then
archs="$only_for_archs"
unset only_for_archs
fi
source_file $XBPS_COMMONDIR/environment/build-style/${build_style}.sh