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 795E7138334 for ; Wed, 16 Jan 2019 03:32:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE190E0BFA; Wed, 16 Jan 2019 03:32:25 +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 BB2E9E0BFA for ; Wed, 16 Jan 2019 03:32:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0424A335C97 for ; Wed, 16 Jan 2019 03:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCDC8516 for ; Wed, 16 Jan 2019 03:32:21 +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: <1547609492.c06ed1c755547b42996ebb45d491afee61930435.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-photos/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gnome-photos/gnome-photos-3.24.6.ebuild X-VCS-Directories: media-gfx/gnome-photos/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c06ed1c755547b42996ebb45d491afee61930435 X-VCS-Branch: master Date: Wed, 16 Jan 2019 03:32:21 +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: ecaed712-5d75-4e49-87c1-0b89038b4b91 X-Archives-Hash: 181b59efde094bdc8b7456f8deeb69c9 commit: c06ed1c755547b42996ebb45d491afee61930435 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Jan 16 03:30:21 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Jan 16 03:31:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06ed1c7 media-gfx/gnome-photos-3.24.6: lock to tracker-1, add glib-utils dep Could probably be patched to support tracker-2 too, but we have 3.26.4 for that, supporting both in code. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> media-gfx/gnome-photos/gnome-photos-3.24.6.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-gfx/gnome-photos/gnome-photos-3.24.6.ebuild b/media-gfx/gnome-photos/gnome-photos-3.24.6.ebuild index d802c9d1eb7..8b380b9f0ca 100644 --- a/media-gfx/gnome-photos/gnome-photos-3.24.6.ebuild +++ b/media-gfx/gnome-photos/gnome-photos-3.24.6.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 @@ -15,7 +15,7 @@ KEYWORDS="amd64 x86" IUSE="flickr test upnp-av" COMMON_DEPEND=" - >=app-misc/tracker-1:=[miner-fs] + app-misc/tracker:0/100[miner-fs] >=dev-libs/glib-2.44:2 gnome-base/gsettings-desktop-schemas >=dev-libs/libgdata-0.15.2:0=[gnome-online-accounts] @@ -42,6 +42,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} app-text/yelp-tools dev-util/desktop-file-utils + dev-util/glib-utils >=dev-util/intltool-0.50.1 virtual/pkgconfig test? ( $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )