summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-11-08 08:56:34 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2018-11-08 09:00:23 +0200
commit279e97b718d7a4aae03dd4100d943d81d19ddc6c (patch)
tree17dd770c25a6dc8f7a5c5a8f9fb3263395397862 /app-crypt
parentprofiles: package.use.mask: mask app-crypt/xca[libressl] (diff)
downloadgentoo-279e97b718d7a4aae03dd4100d943d81d19ddc6c.tar.gz
gentoo-279e97b718d7a4aae03dd4100d943d81d19ddc6c.tar.bz2
gentoo-279e97b718d7a4aae03dd4100d943d81d19ddc6c.zip
app-crypt/xca: build with >=dev-libs/libressl-2.7.0
Closes: https://bugs.gentoo.org/show_bug.cgi?id=662594 Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/xca/xca-2.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/xca/xca-2.1.2.ebuild b/app-crypt/xca/xca-2.1.2.ebuild
index 2c29ff4404c1..9e097029604e 100644
--- a/app-crypt/xca/xca-2.1.2.ebuild
+++ b/app-crypt/xca/xca-2.1.2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
dev-qt/qtsql:5[sqlite]
dev-qt/qtwidgets:5
!libressl? ( dev-libs/openssl:0=[bindist=] )
- libressl? ( dev-libs/libressl:0= )
+ libressl? ( >=dev-libs/libressl-2.7.0:0= )
doc? ( app-text/linuxdoc-tools )"
DEPEND="${RDEPEND}
dev-qt/linguist-tools:5"