From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E873B138350 for ; Thu, 19 Mar 2020 06:39:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CD9FE0B34; Thu, 19 Mar 2020 06:39:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDCFAE0B34 for ; Thu, 19 Mar 2020 06:39:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFFE434EFBD for ; Thu, 19 Mar 2020 06:39:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48A65161 for ; Thu, 19 Mar 2020 06:39:09 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1584599936.a592c068251f1357a4533353bdbbb69080e94004.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qtkeychain/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild X-VCS-Directories: dev-libs/qtkeychain/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a592c068251f1357a4533353bdbbb69080e94004 X-VCS-Branch: master Date: Thu, 19 Mar 2020 06:39:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7fc20a7-b6c0-4abf-ab49-e318fd9aa013 X-Archives-Hash: 1d461b1c0e557ff1a4f8d87840024297 commit: a592c068251f1357a4533353bdbbb69080e94004 Author: Johannes Huber gentoo org> AuthorDate: Thu Mar 19 06:37:24 2020 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Mar 19 06:38:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a592c068 dev-libs/qtkeychain: Drop dep on libgnome-keyring Closes: https://bugs.gentoo.org/713022 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Johannes Huber gentoo.org> dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild b/dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild index e26facbfa95..876be5e44d2 100644 --- a/dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild +++ b/dev-libs/qtkeychain/qtkeychain-0.10.0.ebuild @@ -23,14 +23,12 @@ IUSE="gnome-keyring" BDEPEND=" dev-qt/linguist-tools:5 " -RDEPEND=" +DEPEND=" dev-qt/qtcore:5 dev-qt/qtdbus:5 gnome-keyring? ( dev-libs/glib:2 ) " -DEPEND="${RDEPEND} - gnome-keyring? ( gnome-base/libgnome-keyring ) -" +RDEPEND="${DEPEND}" DOCS=( ChangeLog ReadMe.txt )