From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QkgHd-0005Kz-Lq for garchives@archives.gentoo.org; Sat, 23 Jul 2011 17:46:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9DE821C057; Sat, 23 Jul 2011 17:46:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 87A0521C057 for ; Sat, 23 Jul 2011 17:46:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8C9B1B4023 for ; Sat, 23 Jul 2011 17:46:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 04D228003D for ; Sat, 23 Jul 2011 17:46:27 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <925fecbdcfe2df7507e510cc4f1ab475118a48d6.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/nautilus/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/nautilus/nautilus-3.0.2.ebuild X-VCS-Directories: gnome-base/nautilus/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 925fecbdcfe2df7507e510cc4f1ab475118a48d6 Date: Sat, 23 Jul 2011 17:46:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 4a4a06490cdfe368de0598a1a3ccaef7 commit: 925fecbdcfe2df7507e510cc4f1ab475118a48d6 Author: Alexandre Rostovtsev gmail com> AuthorDate: Sat Jul 23 17:01:59 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sat Jul 23 17:01:59 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D925fecbd gnome-base/nautilus: add gnome-icon-theme-symbolic to PDEPEND Add gnome-icon-theme-symbolic to PDEPEND to fully address #365779 for those who have USE=3Dgnome. --- gnome-base/nautilus/nautilus-3.0.2.ebuild | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/gnome-base/nautilus/nautilus-3.0.2.ebuild b/gnome-base/nauti= lus/nautilus-3.0.2.ebuild index 5d43e77..f95c086 100644 --- a/gnome-base/nautilus/nautilus-3.0.2.ebuild +++ b/gnome-base/nautilus/nautilus-3.0.2.ebuild @@ -50,7 +50,9 @@ RDEPEND=3D"${COMMON_DEPEND} # For eautoreconf # gnome-base/gnome-common # dev-util/gtk-doc-am" -PDEPEND=3D"gnome? ( >=3Dx11-themes/gnome-icon-theme-1.1.91 ) +PDEPEND=3D"gnome? ( + >=3Dx11-themes/gnome-icon-theme-1.1.91 + x11-themes/gnome-icon-theme-symbolic ) >=3Dgnome-base/gvfs-0.1.2" =20 pkg_setup() {