diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 05:06:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 06:01:02 +0100 |
commit | 4d6150c644ca3523aa752a7e52d48b84d493cb5d (patch) | |
tree | aa4131546a6e013534a88e43486f726619fa8805 /eclass | |
parent | xemacs-packages.eclass: mark XEMACS_EXPERIMENTAL as @PRE_INHERIT (diff) | |
download | gentoo-4d6150c644ca3523aa752a7e52d48b84d493cb5d.tar.gz gentoo-4d6150c644ca3523aa752a7e52d48b84d493cb5d.tar.bz2 gentoo-4d6150c644ca3523aa752a7e52d48b84d493cb5d.zip |
unpacker.eclass: mark UNPACKER_{BZ2, LZIP} as @USER_VARIABLE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/unpacker.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/unpacker.eclass b/eclass/unpacker.eclass index 3a1dc9f29f33..d01a6e8e648a 100644 --- a/eclass/unpacker.eclass +++ b/eclass/unpacker.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: unpacker.eclass @@ -20,6 +20,7 @@ _UNPACKER_ECLASS=1 inherit toolchain-funcs # @ECLASS-VARIABLE: UNPACKER_BZ2 +# @USER_VARIABLE # @DEFAULT_UNSET # @DESCRIPTION: # Utility to use to decompress bzip2 files. Will dynamically pick between @@ -27,6 +28,7 @@ inherit toolchain-funcs # Note: this is meant for users to set, not ebuilds. # @ECLASS-VARIABLE: UNPACKER_LZIP +# @USER_VARIABLE # @DEFAULT_UNSET # @DESCRIPTION: # Utility to use to decompress lzip files. Will dynamically pick between |