commit: 311a92b3f7ba58f658e7c4c69ff21d8601085adb Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Thu Aug 2 05:46:03 2018 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Thu Aug 2 06:18:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311a92b3
app-crypt/xca: add dev-qt/qtsql dependency Closes: https://bugs.gentoo.org/show_bug.cgi?id=662610 Thanks-To: Mike Auty Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-crypt/xca/xca-2.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/xca/xca-2.1.0.ebuild b/app-crypt/xca/xca-2.1.0.ebuild index bda63f6d683..1577add7f67 100644 --- a/app-crypt/xca/xca-2.1.0.ebuild +++ b/app-crypt/xca/xca-2.1.0.ebuild @@ -17,6 +17,7 @@ IUSE="bindist doc libressl" RDEPEND=" dev-libs/libltdl:0= dev-qt/qtgui:5 + dev-qt/qtsql:5[sqlite] dev-qt/qtwidgets:5 !libressl? ( dev-libs/openssl:0=[bindist=] ) libressl? ( dev-libs/libressl:0= )
