diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:39:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:25 +0200 |
commit | 41041ebdac4098868b8048ce81dc561d15034201 (patch) | |
tree | 2e7473eb193a241af4e762fba517202a19d54620 /eclass | |
parent | waf-utils.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-41041ebdac4098868b8048ce81dc561d15034201.tar.gz gentoo-41041ebdac4098868b8048ce81dc561d15034201.tar.bz2 gentoo-41041ebdac4098868b8048ce81dc561d15034201.zip |
wxwidgets.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/wxwidgets.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass index 63e8e22e64c0..0cbf49590402 100644 --- a/eclass/wxwidgets.eclass +++ b/eclass/wxwidgets.eclass @@ -4,6 +4,7 @@ # @ECLASS: wxwidgets.eclass # @MAINTAINER: # wxwidgets@gentoo.org +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: Manages build configuration for wxGTK-using packages. # @DESCRIPTION: # This eclass sets up the proper environment for ebuilds using the wxGTK |