Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 11 Sep 2021 06:53:26
Message-Id: 1631343182.99d4629f10385ed23dea71be51df4008aadb8655.mgorny@gentoo
1 commit: 99d4629f10385ed23dea71be51df4008aadb8655
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 09:20:13 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 06:53:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d4629f
7
8 php-ext-pecl-r3.eclass: Set @PROVIDES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/php-ext-pecl-r3.eclass | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/eclass/php-ext-pecl-r3.eclass b/eclass/php-ext-pecl-r3.eclass
16 index ccb4bcfc83d..0d1485aa1f7 100644
17 --- a/eclass/php-ext-pecl-r3.eclass
18 +++ b/eclass/php-ext-pecl-r3.eclass
19 @@ -5,6 +5,7 @@
20 # @MAINTAINER:
21 # Gentoo PHP team <php-bugs@g.o>
22 # @SUPPORTED_EAPIS: 6 7
23 +# @PROVIDES: php-ext-source-r3
24 # @BLURB: A uniform way to install PECL extensions
25 # @DESCRIPTION:
26 # This eclass should be used by all dev-php/pecl-* ebuilds as a uniform