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 35/44] postgres-multi.eclass: Set @PROVIDES
Date: Thu, 02 Sep 2021 10:59:00
Message-Id: 20210902104724.1043118-36-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/44] @PROVIDES for eclasses by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/postgres-multi.eclass | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass
7 index acaa5077217f..5e37a7d0b471 100644
8 --- a/eclass/postgres-multi.eclass
9 +++ b/eclass/postgres-multi.eclass
10 @@ -11,6 +11,7 @@ EXPORT_FUNCTIONS pkg_setup src_prepare src_compile src_install src_test
11 # @AUTHOR:
12 # Aaron W. Swenson <titanofold@g.o>
13 # @SUPPORTED_EAPIS: 5 6 7
14 +# @PROVIDES: multibuild postgres
15 # @BLURB: An eclass to build PostgreSQL-related packages against multiple slots
16 # @DESCRIPTION:
17 # postgres-multi enables ebuilds, particularly PostgreSQL extensions, to
18 --
19 2.33.0