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 38A471382FE for ; Sun, 10 Jul 2016 00:18:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68C4621C012; Sun, 10 Jul 2016 00:18:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1242E21C012 for ; Sun, 10 Jul 2016 00:18:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F39F340FC8 for ; Sun, 10 Jul 2016 00:18:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85BAC2416 for ; Sun, 10 Jul 2016 00:18:09 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1468109881.18bfe0187e835b64a2d4a8c4a813b70e66637404.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/smbnetfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild X-VCS-Directories: net-fs/smbnetfs/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 18bfe0187e835b64a2d4a8c4a813b70e66637404 X-VCS-Branch: master Date: Sun, 10 Jul 2016 00:18: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-Archives-Salt: d447128e-004e-4862-be0b-45b1791f2944 X-Archives-Hash: cbf9190e6351518c950a281f186d07a4 commit: 18bfe0187e835b64a2d4a8c4a813b70e66637404 Author: Zac Medico gentoo org> AuthorDate: Sun Jul 10 00:17:17 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Jul 10 00:18:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bfe018 net-fs/smbnetfs: depend on libgnome-keyring Package-Manager: portage-2.3.0 net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild b/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild index 8def3f2..c7ab2e0 100644 --- a/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild +++ b/net-fs/smbnetfs/smbnetfs-0.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ IUSE="gnome" RDEPEND=">=sys-fs/fuse-2.3:= >=net-fs/samba-3.2:=[smbclient(+)] >=dev-libs/glib-2.30:= - gnome? ( gnome-base/gnome-keyring:= )" + gnome? ( gnome-base/libgnome-keyring:= )" DEPEND="${RDEPEND} virtual/pkgconfig