diff options
author | Sam James <sam@gentoo.org> | 2021-03-31 01:23:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-31 03:02:41 +0100 |
commit | fa2c0aca5c011717293354fd564971196be4edaf (patch) | |
tree | d22afafcf76630390bb78dbf1883c6c77b73b556 /eclass/tmpfiles.eclass | |
parent | dotnet.eclass: mark USE_DOTNET as @PRE_INHERIT (diff) | |
download | gentoo-fa2c0aca5c011717293354fd564971196be4edaf.tar.gz gentoo-fa2c0aca5c011717293354fd564971196be4edaf.tar.bz2 gentoo-fa2c0aca5c011717293354fd564971196be4edaf.zip |
tmpfiles.eclass: mark TMPFILES_OPTIONAL as @PRE_INHERIT
It controls the virtual/tmpfiles dependency in global scope.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/tmpfiles.eclass')
-rw-r--r-- | eclass/tmpfiles.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass index 632343821648..b9238a6434a0 100644 --- a/eclass/tmpfiles.eclass +++ b/eclass/tmpfiles.eclass @@ -1,4 +1,4 @@ -# Copyright 2016-2019 Gentoo Authors +# Copyright 2016-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: tmpfiles.eclass @@ -61,6 +61,7 @@ case "${EAPI}" in esac # @ECLASS-VARIABLE: TMPFILES_OPTIONAL +# @PRE_INHERIT # @DEFAULT_UNSET # @DESCRIPTION: # When not empty, disables the dependency on virtual/tmpfiles. |