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 63/98] postgres.eclass: add @SUPPORTED_EAPIS
Date: Sun, 12 Aug 2018 07:49:17
Message-Id: 20180812072343.19947-64-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/postgres.eclass | 1 +
3 1 file changed, 1 insertion(+)
4
5 diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass
6 index 221b53dea4d7..b76604b1af24 100644
7 --- a/eclass/postgres.eclass
8 +++ b/eclass/postgres.eclass
9 @@ -8,6 +8,7 @@ EXPORT_FUNCTIONS pkg_setup
10 # @MAINTAINER:
11 # PostgreSQL <pgsql-bugs@g.o>
12 # @AUTHOR: Aaron W. Swenson <titanofold@g.o>
13 +# @SUPPORTED_EAPIS: 5 6
14 # @BLURB: An eclass for PostgreSQL-related packages
15 # @DESCRIPTION:
16 # This eclass provides common utility functions that many
17 --
18 2.18.0

Replies

Subject Author
Re: [gentoo-dev] [PATCH 63/98] postgres.eclass: add @SUPPORTED_EAPIS "Aaron W. Swenson" <titanofold@g.o>