diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-08-02 08:46:03 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-08-02 09:18:45 +0300 |
commit | 311a92b3f7ba58f658e7c4c69ff21d8601085adb (patch) | |
tree | 4d5cba63305482e32285e5943b4864c767935cf8 /app-crypt/xca | |
parent | gnome-extra/gnome-system-monitor: bump to 3.26.0 (diff) | |
download | gentoo-311a92b3f7ba58f658e7c4c69ff21d8601085adb.tar.gz gentoo-311a92b3f7ba58f658e7c4c69ff21d8601085adb.tar.bz2 gentoo-311a92b3f7ba58f658e7c4c69ff21d8601085adb.zip |
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
Diffstat (limited to 'app-crypt/xca')
-rw-r--r-- | app-crypt/xca/xca-2.1.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/xca/xca-2.1.0.ebuild b/app-crypt/xca/xca-2.1.0.ebuild index bda63f6d6832..1577add7f676 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= ) |