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 422E91396DA for ; Tue, 14 Nov 2017 23:00:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58EDEE0EDC; Tue, 14 Nov 2017 23:00:31 +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 39511E0EC3 for ; Tue, 14 Nov 2017 23:00:30 +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 01C5A33C770 for ; Tue, 14 Nov 2017 23:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94FA39AE5 for ; Tue, 14 Nov 2017 23:00:28 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1510700422.e97bb3d584e44d915b167462b18bbf644155bf83.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/gajim/gajim-0.16.8-r1.ebuild X-VCS-Directories: net-im/gajim/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: e97bb3d584e44d915b167462b18bbf644155bf83 X-VCS-Branch: master Date: Tue, 14 Nov 2017 23:00:28 +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-Archives-Salt: 099146c6-8cb9-4a7c-9b0b-8cb28895ef8b X-Archives-Hash: 9d185e6a34280ebcd46ad266963cdffe commit: e97bb3d584e44d915b167462b18bbf644155bf83 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Tue Nov 14 22:33:43 2017 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Tue Nov 14 23:00:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97bb3d5 net-im/gajim: Drop kwallet support Only the old KDE4 kwallet CLI is supported. See . Thanks to holgersson for the patch. Package-Manager: Portage-2.3.11, Repoman-2.3.3 net-im/gajim/gajim-0.16.8-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-im/gajim/gajim-0.16.8-r1.ebuild b/net-im/gajim/gajim-0.16.8-r1.ebuild index d23fd218737..5d475c2c611 100644 --- a/net-im/gajim/gajim-0.16.8-r1.ebuild +++ b/net-im/gajim/gajim-0.16.8-r1.ebuild @@ -22,7 +22,7 @@ SRC_URI=" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="crypt dbus gnome gnome-keyring kde idle jingle libnotify networkmanager nls spell +srv test X xhtml zeroconf" +IUSE="crypt dbus gnome gnome-keyring idle jingle libnotify networkmanager nls spell +srv test X xhtml zeroconf" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} @@ -59,7 +59,6 @@ RDEPEND="${COMMON_DEPEND} gnome-keyring? ( dev-python/gnome-keyring-python[${PYTHON_USEDEP}] ) idle? ( x11-libs/libXScrnSaver ) jingle? ( net-libs/farstream:0.1[python,${PYTHON_USEDEP}] ) - kde? ( kde-apps/kwalletmanager ) networkmanager? ( dev-python/dbus-python[${PYTHON_USEDEP}] net-misc/networkmanager