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 7308B138334 for ; Tue, 11 Dec 2018 18:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71322E0C5F; Tue, 11 Dec 2018 18:17:54 +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 4B213E0C5A for ; Tue, 11 Dec 2018 18:17:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8566C335C6F for ; Tue, 11 Dec 2018 18:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFF9F4E2 for ; Tue, 11 Dec 2018 18:17:50 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1544551740.6dc02bf9f8c2db4c7f2e2fbca6efde6b3be2ac82.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild gnome-base/nautilus/nautilus-3.24.2.1-r2.ebuild X-VCS-Directories: gnome-base/nautilus/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 6dc02bf9f8c2db4c7f2e2fbca6efde6b3be2ac82 X-VCS-Branch: master Date: Tue, 11 Dec 2018 18:17:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ac8f31e-0380-473e-858e-fc16804c3115 X-Archives-Hash: 493c9b372869e36d84a49a24348f003f commit: 6dc02bf9f8c2db4c7f2e2fbca6efde6b3be2ac82 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Dec 11 18:01:16 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Dec 11 18:09:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc02bf9 gnome-base/nautilus-3.24.2.1: preparation for tracker-2 * Lock tracker to tracker-1, as configure doesn't support tracker-2. * Remove nautilus-tracker-tags PDEPEND, as it is rather unmaintained and going away with tracker-2. Meanwhile, old tracker has a USE=nautilus that pulls it in anyways, and another way to enable this in nautilus shouldn't have existed in the first place. This change is mainly meant to allow us to hopefully last rite nautilus-tracker-tags sooner, as all this combined warranted a revbump anyways, thus getting the deps into user VDBs. Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 .../{nautilus-3.24.2.1-r1.ebuild => nautilus-3.24.2.1-r2.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild b/gnome-base/nautilus/nautilus-3.24.2.1-r2.ebuild similarity index 96% rename from gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild rename to gnome-base/nautilus/nautilus-3.24.2.1-r2.ebuild index 549e934e5d7..ae97ee6cbaa 100644 --- a/gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild +++ b/gnome-base/nautilus/nautilus-3.24.2.1-r2.ebuild @@ -39,7 +39,7 @@ COMMON_DEPEND=" exif? ( >=media-libs/libexif-0.6.20 ) introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) selinux? ( >=sys-libs/libselinux-2 ) - tracker? ( >=app-misc/tracker-1:= ) + tracker? ( app-misc/tracker:0/100 ) xmp? ( >=media-libs/exempi-2.1.0:2 ) " DEPEND="${COMMON_DEPEND} @@ -62,7 +62,6 @@ RDEPEND="${COMMON_DEPEND} PDEPEND=" gnome? ( x11-themes/adwaita-icon-theme ) - tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 ) previewer? ( >=gnome-extra/sushi-0.1.9 ) sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 ) >=gnome-base/gvfs-1.14[gtk(+)]