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 BB8611396D0 for ; Mon, 21 Aug 2017 06:55:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18AAC1FC042; Mon, 21 Aug 2017 06:55:02 +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 EBC961FC042 for ; Mon, 21 Aug 2017 06:55:01 +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 D41E5341B2C for ; Mon, 21 Aug 2017 06:55:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F2307D36 for ; Mon, 21 Aug 2017 06:54:59 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1503298490.54590bd26dc025392191959128fbe6ac146e24a5.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nm-applet/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nm-applet/nm-applet-1.8.2.ebuild X-VCS-Directories: gnome-extra/nm-applet/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 54590bd26dc025392191959128fbe6ac146e24a5 X-VCS-Branch: master Date: Mon, 21 Aug 2017 06:54:59 +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: e0453361-d107-4b6e-b1b9-7e0179002407 X-Archives-Hash: d27557058e4534d6963dd976ba8c0ed6 commit: 54590bd26dc025392191959128fbe6ac146e24a5 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Aug 21 06:40:41 2017 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Aug 21 06:54:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54590bd2 gnome-extra/nm-applet: add minimum requirement for libsecret While we do not have older releases in tree, it doesn't hurt to make sure no systems are left with an old version. Package-Manager: Portage-2.3.8, Repoman-2.3.3 gnome-extra/nm-applet/nm-applet-1.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/nm-applet/nm-applet-1.8.2.ebuild b/gnome-extra/nm-applet/nm-applet-1.8.2.ebuild index de0fe22de25..3bd4fd88121 100644 --- a/gnome-extra/nm-applet/nm-applet-1.8.2.ebuild +++ b/gnome-extra/nm-applet/nm-applet-1.8.2.ebuild @@ -16,7 +16,7 @@ IUSE="+introspection gcr +modemmanager selinux teamd" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" RDEPEND=" - app-crypt/libsecret + >=app-crypt/libsecret-0.18 >=dev-libs/glib-2.32:2[dbus] >=dev-libs/dbus-glib-0.88 >=sys-apps/dbus-1.4.1