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 5087C138010 for ; Thu, 13 Sep 2012 11:28:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3880821C011; Thu, 13 Sep 2012 11:28:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0499E21C011 for ; Thu, 13 Sep 2012 11:28:18 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1966E33CE82 for ; Thu, 13 Sep 2012 11:28:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BC67EE543C for ; Thu, 13 Sep 2012 11:28:16 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1347535669.8c9e0029badf34ebcd242701bc93f06fdb44d06d.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-wireless/gnome-bluetooth/ X-VCS-Repository: proj/gnome X-VCS-Files: net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild X-VCS-Directories: net-wireless/gnome-bluetooth/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: 8c9e0029badf34ebcd242701bc93f06fdb44d06d X-VCS-Branch: master Date: Thu, 13 Sep 2012 11:28:16 +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: 16a98890-54c0-4596-a59d-3b6fb17812dd X-Archives-Hash: b3ab22770a6e4f8003ef813f5c1c9581 commit: 8c9e0029badf34ebcd242701bc93f06fdb44d06d Author: Alexandre Rostovtsev gentoo org> AuthorDate: Thu Sep 13 11:27:49 2012 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Thu Sep 13 11:27:49 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8c9e0029 net-wireless/gnome-bluetooth: fix dependencies udev needs to be in DEPEND for udev.pc; thanks to Samuli Suominen for noticing. --- .../gnome-bluetooth-3.5.5-r1.ebuild | 2 +- .../gnome-bluetooth/gnome-bluetooth-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild index 2874ba1..5dc8e4a 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.5.5-r1.ebuild @@ -26,6 +26,7 @@ fi COMMON_DEPEND=">=dev-libs/glib-2.29.90:2 >=x11-libs/gtk+-2.91.3:3[introspection?] >=x11-libs/libnotify-0.7.0 + sys-fs/udev introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) sendto? ( >=gnome-extra/nautilus-sendto-2.91 ) @@ -33,7 +34,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.29.90:2 RDEPEND="${COMMON_DEPEND} >=net-wireless/bluez-4.34 app-mobilephone/obexd - sys-fs/udev x11-themes/gnome-icon-theme-symbolic" DEPEND="${COMMON_DEPEND} !net-wireless/bluez-gnome diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild index 2874ba1..5dc8e4a 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-9999.ebuild @@ -26,6 +26,7 @@ fi COMMON_DEPEND=">=dev-libs/glib-2.29.90:2 >=x11-libs/gtk+-2.91.3:3[introspection?] >=x11-libs/libnotify-0.7.0 + sys-fs/udev introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) sendto? ( >=gnome-extra/nautilus-sendto-2.91 ) @@ -33,7 +34,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.29.90:2 RDEPEND="${COMMON_DEPEND} >=net-wireless/bluez-4.34 app-mobilephone/obexd - sys-fs/udev x11-themes/gnome-icon-theme-symbolic" DEPEND="${COMMON_DEPEND} !net-wireless/bluez-gnome