Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 60/98] php-ext-source-r3.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 07:48:07
Message-Id: 20180812072343.19947-61-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/98] Add @SUPPORTED_EAPIS to eclasses, part one by "Michał Górny"
1 ---
2 eclass/php-ext-source-r3.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/php-ext-source-r3.eclass b/eclass/php-ext-source-r3.eclass
6 index 0563d5af7652..66d32d5c5ebd 100644
7 --- a/eclass/php-ext-source-r3.eclass
8 +++ b/eclass/php-ext-source-r3.eclass
9 @@ -4,6 +4,7 @@
10 # @ECLASS: php-ext-source-r3.eclass
11 # @MAINTAINER:
12 # Gentoo PHP team <php-bugs@g.o>
13 +# @SUPPORTED_EAPIS: 6
14 # @BLURB: Compile and install standalone PHP extensions.
15 # @DESCRIPTION:
16 # A unified interface for compiling and installing standalone PHP
17 --
18 2.18.0