diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:38:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:32:41 +0200 |
commit | c58024e1f6ccba3dc234abe4585364cfbd411a99 (patch) | |
tree | 093f0748be673981f572d604e1c0a986a913d311 | |
parent | kodi-addon.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-c58024e1f6ccba3dc234abe4585364cfbd411a99.tar.gz gentoo-c58024e1f6ccba3dc234abe4585364cfbd411a99.tar.bz2 gentoo-c58024e1f6ccba3dc234abe4585364cfbd411a99.zip |
latex-package.eclass: add @SUPPORTED_EAPIS
-rw-r--r-- | eclass/latex-package.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/latex-package.eclass b/eclass/latex-package.eclass index 3402c94cc081..1a684ef00a66 100644 --- a/eclass/latex-package.eclass +++ b/eclass/latex-package.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Matthew Turk <satai@gentoo.org> # Martin Ehmsen <ehmsen@gentoo.org> +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7 # @BLURB: An eclass for easy installation of LaTeX packages # @DESCRIPTION: # This eClass is designed to be easy to use and implement. The vast majority of |