diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:39:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:21 +0200 |
commit | 165b186a1798898a8acde04688c8a7ad3a5d4be9 (patch) | |
tree | 97e7135b4a974608e3b2bac3579c11add4b7cde9 /eclass | |
parent | udev.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-165b186a1798898a8acde04688c8a7ad3a5d4be9.tar.gz gentoo-165b186a1798898a8acde04688c8a7ad3a5d4be9.tar.bz2 gentoo-165b186a1798898a8acde04688c8a7ad3a5d4be9.zip |
vala.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vala.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/vala.eclass b/eclass/vala.eclass index f8a45cdebed6..11fd875d5d99 100644 --- a/eclass/vala.eclass +++ b/eclass/vala.eclass @@ -6,6 +6,7 @@ # gnome@gentoo.org # @AUTHOR: # Alexandre Rostovtsev <tetromino@gentoo.org> +# @SUPPORTED_EAPIS: 1 2 3 4 5 6 7 # @BLURB: Sets up the environment for using a specific version of vala. # @DESCRIPTION: # This eclass sets up commonly used environment variables for using a specific |