From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E42EA138CA2 for ; Thu, 23 Apr 2015 07:05:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 759AFE08D2; Thu, 23 Apr 2015 07:05:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1540BE08D2 for ; Thu, 23 Apr 2015 07:05:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FF093408B8 for ; Thu, 23 Apr 2015 07:05:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D524B168A8 for ; Thu, 23 Apr 2015 07:05:39 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1429772623.d0f9b61445ff76700f94e794d8385a5c371cb23d.tranquility@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-shell/gnome-shell-3.16.1.ebuild gnome-base/gnome-shell/gnome-shell-9999.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: d0f9b61445ff76700f94e794d8385a5c371cb23d X-VCS-Branch: master Date: Thu, 23 Apr 2015 07:05:39 +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: 2b8b7a75-cd20-4264-969e-3ccd97054382 X-Archives-Hash: 71e350e57ee9037bd0a54a845609f1a0 commit: d0f9b61445ff76700f94e794d8385a5c371cb23d Author: Ole Reifschneider gentoo org> AuthorDate: Thu Apr 23 07:03:43 2015 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Thu Apr 23 07:03:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d0f9b614 Add missing nm-applet dep to gnome-shell Package-Manager: portage-2.2.14 Manifest-Sign-Key: 7E8B4D42 gnome-base/gnome-shell/gnome-shell-3.16.1.ebuild | 1 + gnome-base/gnome-shell/gnome-shell-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/gnome-base/gnome-shell/gnome-shell-3.16.1.ebuild b/gnome-base/gnome-shell/gnome-shell-3.16.1.ebuild index 7f05b85..a566591 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.16.1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.16.1.ebuild @@ -64,6 +64,7 @@ COMMON_DEPEND=" bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] ) networkmanager? ( app-crypt/libsecret + >=gnome-extra/nm-applet-0.9.8 >=net-misc/networkmanager-0.9.8[introspection] ) " # Runtime-only deps are probably incomplete and approximate. diff --git a/gnome-base/gnome-shell/gnome-shell-9999.ebuild b/gnome-base/gnome-shell/gnome-shell-9999.ebuild index ad3903f..197ce26 100644 --- a/gnome-base/gnome-shell/gnome-shell-9999.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-9999.ebuild @@ -71,6 +71,7 @@ COMMON_DEPEND=" bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] ) networkmanager? ( app-crypt/libsecret + >=gnome-extra/nm-applet-0.9.8 >=net-misc/networkmanager-0.9.8[introspection] ) " # Runtime-only deps are probably incomplete and approximate.