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 617A4138334 for ; Tue, 12 Feb 2019 15:16:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A907E0844; Tue, 12 Feb 2019 15:16:34 +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 1C3EAE0844 for ; Tue, 12 Feb 2019 15:16:33 +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 4E43033D3C7 for ; Tue, 12 Feb 2019 15:16:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 573CA53F for ; Tue, 12 Feb 2019 15:16:30 +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: <1549984465.189e46e78b3f06bdab51a4396842745440910735.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nemo/nemo-3.6.4.ebuild gnome-extra/nemo/nemo-3.8.5-r1.ebuild gnome-extra/nemo/nemo-3.8.6.ebuild gnome-extra/nemo/nemo-4.0.2.ebuild X-VCS-Directories: gnome-extra/nemo/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 189e46e78b3f06bdab51a4396842745440910735 X-VCS-Branch: master Date: Tue, 12 Feb 2019 15:16:30 +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: bfcffbd3-3f66-4713-8749-21cfbcd852f7 X-Archives-Hash: eab1c8f8fa9793c1bab35b8da7c93004 commit: 189e46e78b3f06bdab51a4396842745440910735 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Feb 12 15:14:25 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Feb 12 15:14:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189e46e7 gnome-extra/nemo: lock to tracker-1 configure.ac/meson.build checks only for tracker 1.0 API and older. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/nemo/nemo-3.6.4.ebuild | 4 ++-- gnome-extra/nemo/nemo-3.8.5-r1.ebuild | 4 ++-- gnome-extra/nemo/nemo-3.8.6.ebuild | 4 ++-- gnome-extra/nemo/nemo-4.0.2.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gnome-extra/nemo/nemo-3.6.4.ebuild b/gnome-extra/nemo/nemo-3.6.4.ebuild index d840df8f689..bba409dbc55 100644 --- a/gnome-extra/nemo/nemo-3.6.4.ebuild +++ b/gnome-extra/nemo/nemo-3.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,7 @@ COMMON_DEPEND=" exif? ( >=media-libs/libexif-0.6.20:= ) introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) - tracker? ( >=app-misc/tracker-0.12:= ) + tracker? ( >=app-misc/tracker-0.12:0/100 ) xmp? ( >=media-libs/exempi-2.2.0:= ) sys-libs/libselinux " diff --git a/gnome-extra/nemo/nemo-3.8.5-r1.ebuild b/gnome-extra/nemo/nemo-3.8.5-r1.ebuild index d22c0fb12ac..c4ae41b4537 100644 --- a/gnome-extra/nemo/nemo-3.8.5-r1.ebuild +++ b/gnome-extra/nemo/nemo-3.8.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,7 +34,7 @@ COMMON_DEPEND=" exif? ( >=media-libs/libexif-0.6.20:= ) introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) - tracker? ( >=app-misc/tracker-0.12:= ) + tracker? ( >=app-misc/tracker-0.12:0/100 ) xmp? ( >=media-libs/exempi-2.2.0:= ) selinux? ( sys-libs/libselinux ) " diff --git a/gnome-extra/nemo/nemo-3.8.6.ebuild b/gnome-extra/nemo/nemo-3.8.6.ebuild index a974edbd04c..c4ae41b4537 100644 --- a/gnome-extra/nemo/nemo-3.8.6.ebuild +++ b/gnome-extra/nemo/nemo-3.8.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,7 +34,7 @@ COMMON_DEPEND=" exif? ( >=media-libs/libexif-0.6.20:= ) introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) - tracker? ( >=app-misc/tracker-0.12:= ) + tracker? ( >=app-misc/tracker-0.12:0/100 ) xmp? ( >=media-libs/exempi-2.2.0:= ) selinux? ( sys-libs/libselinux ) " diff --git a/gnome-extra/nemo/nemo-4.0.2.ebuild b/gnome-extra/nemo/nemo-4.0.2.ebuild index d956a188f79..84fe05b0dad 100644 --- a/gnome-extra/nemo/nemo-4.0.2.ebuild +++ b/gnome-extra/nemo/nemo-4.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,7 +34,7 @@ COMMON_DEPEND=" exif? ( >=media-libs/libexif-0.6.20:= ) introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) - tracker? ( >=app-misc/tracker-0.12:= ) + tracker? ( >=app-misc/tracker-0.12:0/100 ) xmp? ( >=media-libs/exempi-2.2.0:= ) selinux? ( sys-libs/libselinux ) "