diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:40:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:26 +0200 |
commit | bfaf772271aae9cb327a95133867d71092e2ae0d (patch) | |
tree | 6a7b33ff5b42b484055b0974e446fcd555537111 /eclass/xdg.eclass | |
parent | xdg-utils.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-bfaf772271aae9cb327a95133867d71092e2ae0d.tar.gz gentoo-bfaf772271aae9cb327a95133867d71092e2ae0d.tar.bz2 gentoo-bfaf772271aae9cb327a95133867d71092e2ae0d.zip |
xdg.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/xdg.eclass')
-rw-r--r-- | eclass/xdg.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/xdg.eclass b/eclass/xdg.eclass index fd4816b8447d..9ee771223dc0 100644 --- a/eclass/xdg.eclass +++ b/eclass/xdg.eclass @@ -6,6 +6,7 @@ # freedesktop-bugs@gentoo.org # @AUTHOR: # Original author: Gilles Dartiguelongue <eva@gentoo.org> +# @SUPPORTED_EAPIS: 4 5 6 # @BLURB: Provides phases for XDG compliant packages. # @DESCRIPTION: # Utility eclass to update the desktop and shared mime info as laid |