commit: 5747c0dbfd144b74df259d88a0d17bbe80291c28 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 12 06:40:00 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 15 07:33:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5747c0db
xdg-utils.eclass: add @SUPPORTED_EAPIS eclass/xdg-utils.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/xdg-utils.eclass b/eclass/xdg-utils.eclass index ac075185d8e..2c2d2324c2b 100644 --- a/eclass/xdg-utils.eclass +++ b/eclass/xdg-utils.eclass @@ -6,6 +6,7 @@ # [email protected] # @AUTHOR: # Original author: Gilles Dartiguelongue <[email protected]> +# @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
