Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: 83c2f8749c3bed19fe96354a39828658eff943f0
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 5 17:47:08 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 17:52:46 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=83c2f874
sys-apps/gnome-disk-utility: fix dependency on nautilus
* Reported by angelos
* No idea how this got in here, it's fine in the tree...
---
.../gnome-disk-utility-3.0.0.ebuild | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.0.0.ebuild b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.0.0.ebuild
index a072a5b..2961766 100644
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.0.0.ebuild
+++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.0.0.ebuild
@@ -30,12 +30,11 @@ CDEPEND="
>=dev-libs/libatasmart-0.14
>=x11-libs/libnotify-0.6.1
- >=gnome-base/nautilus-2.91.0
-
avahi? ( >=net-dns/avahi-0.6.25[gtk3] )
gnome-keyring? ( || (
gnome-base/libgnome-keyring
<gnome-base/gnome-keyring-2.29.4 ) )
+ nautilus? ( >=gnome-base/nautilus-2.91.0 )
"
RDEPEND="${CDEPEND}
fat? ( sys-fs/dosfstools )
|
|