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 DCFA9138334 for ; Fri, 28 Dec 2018 23:31:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09A55E09F8; Fri, 28 Dec 2018 23:31:04 +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 DB7E8E09F8 for ; Fri, 28 Dec 2018 23:31:02 +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 4A283335C5D for ; Fri, 28 Dec 2018 23:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53DE84FD for ; Fri, 28 Dec 2018 23:30:59 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1546039841.07700714b3d67430567d4629feba5eb525e43dc1.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-misc/bijiben/ X-VCS-Repository: proj/gnome X-VCS-Files: app-misc/bijiben/bijiben-3.26.2.ebuild X-VCS-Directories: app-misc/bijiben/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 07700714b3d67430567d4629feba5eb525e43dc1 X-VCS-Branch: master Date: Fri, 28 Dec 2018 23:30:59 +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: 7b0740b0-a559-4802-acce-92aaf72cd038 X-Archives-Hash: 0db47ab1c1baacc9034c61b654baea0f commit: 07700714b3d67430567d4629feba5eb525e43dc1 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Fri Dec 28 23:20:11 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri Dec 28 23:30:41 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=07700714 app-misc/bijiben: fix tracker dependency And sync with ::gentoo ebuild. Package-Manager: Portage-2.3.53, Repoman-2.3.12 Manifest-Sign-Key: 0x5A56C8CD0C13248A Signed-off-by: Gilles Dartiguelongue gentoo.org> app-misc/bijiben/bijiben-3.26.2.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-misc/bijiben/bijiben-3.26.2.ebuild b/app-misc/bijiben/bijiben-3.26.2.ebuild index 97196fcc..7b209c86 100644 --- a/app-misc/bijiben/bijiben-3.26.2.ebuild +++ b/app-misc/bijiben/bijiben-3.26.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,16 +19,14 @@ RDEPEND=" >=net-libs/webkit-gtk-2.10.0:4 net-libs/gnome-online-accounts:= dev-libs/libxml2:2 - >=app-misc/tracker-2:= + >=app-misc/tracker-1:= sys-apps/util-linux " -# libxml2+gdk-pixbuf required for glib-compile-resources DEPEND="${RDEPEND} - app-text/yelp-tools dev-libs/appstream-glib dev-util/gdbus-codegen >=dev-util/intltool-0.50.1 + dev-util/itstool sys-devel/gettext virtual/pkgconfig - x11-libs/gdk-pixbuf:2 "