diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:40:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:26 +0200 |
commit | 5747c0dbfd144b74df259d88a0d17bbe80291c28 (patch) | |
tree | 45684ecf33452e0f819100e4b878a4fb59c7193a /eclass/xdg-utils.eclass | |
parent | wxwidgets.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-5747c0dbfd144b74df259d88a0d17bbe80291c28.tar.gz gentoo-5747c0dbfd144b74df259d88a0d17bbe80291c28.tar.bz2 gentoo-5747c0dbfd144b74df259d88a0d17bbe80291c28.zip |
xdg-utils.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/xdg-utils.eclass')
-rw-r--r-- | eclass/xdg-utils.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass index ac075185d8e4..2c2d2324c2b7 100644 --- a/eclass/xdg-utils.eclass +++ b/eclass/xdg-utils.eclass @@ -6,6 +6,7 @@ # gnome@gentoo.org # @AUTHOR: # Original author: Gilles Dartiguelongue <eva@gentoo.org> +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: Auxiliary functions commonly used by XDG compliant packages. # @DESCRIPTION: # This eclass provides a set of auxiliary functions needed by most XDG |