diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:38:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:01 +0200 |
commit | de1736e177c97b08b0b0dc8ed2c6842f4ec92449 (patch) | |
tree | 7815868f4c8a57ca9b56b29dfee62077160a4c1d /eclass | |
parent | perl-module.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-de1736e177c97b08b0b0dc8ed2c6842f4ec92449.tar.gz gentoo-de1736e177c97b08b0b0dc8ed2c6842f4ec92449.tar.bz2 gentoo-de1736e177c97b08b0b0dc8ed2c6842f4ec92449.zip |
php-ext-source-r2.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index 36d27fb921b2..931297da598d 100644 --- a/eclass/php-ext-source-r2.eclass +++ b/eclass/php-ext-source-r2.eclass @@ -10,6 +10,7 @@ # Author: Luca Longinotti <chtekk@gentoo.org> # Author: Jakub Moc <jakub@gentoo.org> (documentation) # Author: Ole Markus With <olemarkus@gentoo.org> +# @SUPPORTED_EAPIS: 4 5 # @BLURB: A unified interface for compiling and installing standalone PHP extensions. # @DESCRIPTION: # This eclass provides a unified interface for compiling and installing standalone |