commit: 8ca45ad29dcb676bc5e1dfaf96d9bd34e7b652ac Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Aug 12 06:40:06 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Aug 15 07:33:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca45ad2
xorg-2.eclass: add @SUPPORTED_EAPIS eclass/xorg-2.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 75167988eed..4ed65e676a0 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Author: Tomáš Chvátal <[email protected]> # Author: Donnie Berkholz <[email protected]> +# @SUPPORTED_EAPIS: 3 4 5 # @BLURB: Reduces code duplication in the modularized X11 ebuilds. # @DESCRIPTION: # This eclass makes trivial X ebuilds possible for apps, fonts, drivers,
