Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygresql/
Date: Sat, 30 Dec 2017 18:12:35
Message-Id: 1514657532.8ba5f1de720eaf629f32f0b00f11edbf113c98c9.titanofold@gentoo
1 commit: 8ba5f1de720eaf629f32f0b00f11edbf113c98c9
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sat Dec 30 10:13:16 2017 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 30 18:12:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba5f1de
7
8 dev-python/pygresql-5.0.4: add REQUIRED_USE for PostgreSQL
9
10 Closes: https://bugs.gentoo.org/595752
11 Closes: https://github.com/gentoo/gentoo/pull/6684
12
13 dev-python/pygresql/pygresql-5.0.4.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-python/pygresql/pygresql-5.0.4.ebuild b/dev-python/pygresql/pygresql-5.0.4.ebuild
17 index 167b6c1a946..55f4eabc902 100644
18 --- a/dev-python/pygresql/pygresql-5.0.4.ebuild
19 +++ b/dev-python/pygresql/pygresql-5.0.4.ebuild
20 @@ -19,6 +19,8 @@ SLOT="0"
21 KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc sparc x86"
22 IUSE=""
23
24 +REQUIRED_USE="${POSTGRES_REQ_USE}"
25 +
26 DEPEND="${POSTGRES_DEP}"
27
28 RDEPEND="${DEPEND}"