diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-27 00:30:10 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-27 00:30:55 +0200 |
commit | b4e1a2728f39b3948b8f34436d26893bf48d368a (patch) | |
tree | bcd53b6232c097b072b30e76905ef88c087b7dde /app-text/kbibtex | |
parent | net-im/kadu: Relax app-crypt/qca[qt5] use-dep (diff) | |
download | gentoo-b4e1a2728f39b3948b8f34436d26893bf48d368a.tar.gz gentoo-b4e1a2728f39b3948b8f34436d26893bf48d368a.tar.bz2 gentoo-b4e1a2728f39b3948b8f34436d26893bf48d368a.zip |
app-text/kbibtex: Relax app-crypt/qca[qt5] use-dep
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r-- | app-text/kbibtex/kbibtex-0.8_pre20171110-r1.ebuild (renamed from app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild b/app-text/kbibtex/kbibtex-0.8_pre20171110-r1.ebuild index bbe15b44b125..80b33afdabdd 100644 --- a/app-text/kbibtex/kbibtex-0.8_pre20171110.ebuild +++ b/app-text/kbibtex/kbibtex-0.8_pre20171110-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -50,7 +50,7 @@ DEPEND=" webengine? ( $(add_qt_dep qtwebengine 'widgets') ) webkit? ( $(add_qt_dep qtwebkit) ) zotero? ( - app-crypt/qca[qt5] + app-crypt/qca[qt5(+)] dev-libs/qoauth:5 ) " |