From 1a570fdd4adee0f6adba8bbd7c437151c568c4ef Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 25 Dec 2011 08:02:39 +0000 Subject: Properly set PYTHON_GLOBALLY_SUPPORTED_USE_FLAGS. --- python-updater | 1 + 1 file changed, 1 insertion(+) diff --git a/python-updater b/python-updater index 34f3e2a..c8bc79d 100755 --- a/python-updater +++ b/python-updater @@ -599,6 +599,7 @@ for repository, python_eclass_location in python_eclass_locations.items(): print('PYTHON_GLOBALLY_SUPPORTED_ABIS[%s]=\"%s\"' % (repository, ' '.join(python_globally_supported_abis)))")" fi +declare -A PYTHON_GLOBALLY_SUPPORTED_USE_FLAGS for repository in "${!PYTHON_GLOBALLY_SUPPORTED_ABIS[@]}"; do USE_flags="" for PYTHON_ABI in ${PYTHON_GLOBALLY_SUPPORTED_ABIS[${repository}]}; do -- cgit v1.2.3-65-gdbad