From 06cb956bd8a20ef3b5dc2ba28970dad4834c50fb Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Thu, 16 Jun 2022 00:33:26 +0200 Subject: [PATCH] profiles/desc: add CUBELIB_STRATEGY use expand Signed-off-by: Alessandro Barbieri --- profiles/desc/cubelib_strategy.desc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 profiles/desc/cubelib_strategy.desc diff --git a/profiles/desc/cubelib_strategy.desc b/profiles/desc/cubelib_strategy.desc new file mode 100644 index 0000000000..aec00b964b --- /dev/null +++ b/profiles/desc/cubelib_strategy.desc @@ -0,0 +1,9 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# This file contains descriptions of CUBELIB_STRATEGY USE_EXPAND flags. + +keepall - Set the data loading strategy to keepall +lastn - Set the data loading strategy to lastn +manual - Set the data loading strategy to manual +preload - Set the data loading strategy to preload