commit: 55f7e30ce148e6ab133b9593cbb15b910a03afc4 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Aug 18 19:44:45 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Aug 18 19:48:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f7e30c
dev-scheme/mit-scheme: add missing postgresql cond dep Closes: https://bugs.gentoo.org/865661 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-scheme/mit-scheme/mit-scheme-11.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-scheme/mit-scheme/mit-scheme-11.2.ebuild b/dev-scheme/mit-scheme/mit-scheme-11.2.ebuild index 5b4c8feeb470..b2cbd7f95756 100644 --- a/dev-scheme/mit-scheme/mit-scheme-11.2.ebuild +++ b/dev-scheme/mit-scheme/mit-scheme-11.2.ebuild @@ -20,6 +20,7 @@ RDEPEND=" blowfish? ( dev-libs/openssl:= ) gdbm? ( sys-libs/gdbm:= ) gui? ( x11-libs/libX11 ) + postgres? ( dev-db/postgresql:* ) " DEPEND="${RDEPEND}"
