diff options
author | William Hubbs <williamh@gentoo.org> | 2019-02-08 18:07:05 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2019-02-08 18:09:23 -0600 |
commit | 0ac1479f4d1136529470166f428ec89a53d0413b (patch) | |
tree | 7e0822c02478024e930d90d258f3daef76486e43 /eclass/tmpfiles.eclass | |
parent | net-p2p/airdcpp-webclient: remove old (diff) | |
download | gentoo-0ac1479f4d1136529470166f428ec89a53d0413b.tar.gz gentoo-0ac1479f4d1136529470166f428ec89a53d0413b.tar.bz2 gentoo-0ac1479f4d1136529470166f428ec89a53d0413b.zip |
tmpfiles.eclass: fix @SUPPORTED_EAPIS
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'eclass/tmpfiles.eclass')
-rw-r--r-- | eclass/tmpfiles.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass index e7dc92031972..a8bb9061ec8c 100644 --- a/eclass/tmpfiles.eclass +++ b/eclass/tmpfiles.eclass @@ -8,7 +8,7 @@ # @AUTHOR: # Mike Gilbert <floppym@gentoo.org> # William Hubbs <williamh@gentoo.org> -# @SUPPORTED_EAPIS: 5 6 +# @SUPPORTED_EAPIS: 5 6 7 # @BLURB: Functions related to tmpfiles.d files # @DESCRIPTION: # This eclass provides functionality related to installing and |