diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-02-03 22:28:31 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-02-03 22:28:43 +0100 |
commit | 2a58a827c79d22c798203011a117f345c8fd0b73 (patch) | |
tree | 4db105f5be5514238d8f873e0d22bd8a5a65ae5d /net-misc | |
parent | net-mail/mailbox-count: new version 0.0.5. (diff) | |
download | gentoo-2a58a827c79d22c798203011a117f345c8fd0b73.tar.gz gentoo-2a58a827c79d22c798203011a117f345c8fd0b73.tar.bz2 gentoo-2a58a827c79d22c798203011a117f345c8fd0b73.zip |
net-misc/owncloud-client: update USE=gnome-keyring dependency
Per bug comment, libgnome-keyring itself is actually needed, though
there are no direct calls in owncloud-client itself. So depend on
qtkeychain[gnome-keyring]
Closes: https://bugs.gentoo.org/666798
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/owncloud-client/owncloud-client-2.6.1.13407-r1.ebuild (renamed from net-misc/owncloud-client/owncloud-client-2.6.1.13407.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/owncloud-client/owncloud-client-2.6.1.13407.ebuild b/net-misc/owncloud-client/owncloud-client-2.6.1.13407-r1.ebuild index fbddf9224bbb..a084b55ed744 100644 --- a/net-misc/owncloud-client/owncloud-client-2.6.1.13407.ebuild +++ b/net-misc/owncloud-client/owncloud-client-2.6.1.13407-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="doc dolphin gnome-keyring nautilus test" COMMON_DEPEND=">=dev-db/sqlite-3.4:3 - dev-libs/qtkeychain[qt5(+)] + dev-libs/qtkeychain[gnome-keyring?,qt5(+)] dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 @@ -31,8 +31,7 @@ COMMON_DEPEND=">=dev-db/sqlite-3.4:3 ) nautilus? ( dev-python/nautilus-python )" -RDEPEND="${COMMON_DEPEND} - gnome-keyring? ( gnome-base/gnome-keyring )" +RDEPEND="${COMMON_DEPEND}" DEPEND="${COMMON_DEPEND} dev-qt/linguist-tools:5 doc? ( |