diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:38:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:32:55 +0200 |
commit | 4036641649922e452eca640d498b7ab31ed0a48f (patch) | |
tree | 9ec19337d07d1d04ad023315edfcf3f0f2a2efa8 | |
parent | mysql-multilib-r1.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-4036641649922e452eca640d498b7ab31ed0a48f.tar.gz gentoo-4036641649922e452eca640d498b7ab31ed0a48f.tar.bz2 gentoo-4036641649922e452eca640d498b7ab31ed0a48f.zip |
mysql-v2.eclass: add @SUPPORTED_EAPIS
-rw-r--r-- | eclass/mysql-v2.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index a0305989c78d..c6caacc8ce13 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -8,6 +8,7 @@ # - Robin H. Johnson <robbat2@gentoo.org> # - Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> # - Brian Evans <grknight@gentoo.org> +# @SUPPORTED_EAPIS: 4 5 # @BLURB: This eclass provides most of the functions for mysql ebuilds # @DESCRIPTION: # The mysql-v2.eclass is the base eclass to build the mysql and |