commit: 8ba5f1de720eaf629f32f0b00f11edbf113c98c9 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de> AuthorDate: Sat Dec 30 10:13:16 2017 +0000 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org> CommitDate: Sat Dec 30 18:12:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba5f1de
dev-python/pygresql-5.0.4: add REQUIRED_USE for PostgreSQL Closes: https://bugs.gentoo.org/595752 Closes: https://github.com/gentoo/gentoo/pull/6684 dev-python/pygresql/pygresql-5.0.4.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pygresql/pygresql-5.0.4.ebuild b/dev-python/pygresql/pygresql-5.0.4.ebuild index 167b6c1a946..55f4eabc902 100644 --- a/dev-python/pygresql/pygresql-5.0.4.ebuild +++ b/dev-python/pygresql/pygresql-5.0.4.ebuild @@ -19,6 +19,8 @@ SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc sparc x86" IUSE="" +REQUIRED_USE="${POSTGRES_REQ_USE}" + DEPEND="${POSTGRES_DEP}" RDEPEND="${DEPEND}"
