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 1BA4E138334 for ; Thu, 18 Oct 2018 20:06:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1478CE0A87; Thu, 18 Oct 2018 20:06:10 +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 E1DADE0A87 for ; Thu, 18 Oct 2018 20:06:09 +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 1038B335C94 for ; Thu, 18 Oct 2018 20:06:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C447E391 for ; Thu, 18 Oct 2018 20:06:05 +0000 (UTC) From: "Remi Cardona" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Remi Cardona" Message-ID: <1539893146.618f8ef6498d1326176d076dad623038a2942ff9.remi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/gnome-dictionary/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild X-VCS-Directories: app-dicts/gnome-dictionary/ X-VCS-Committer: remi X-VCS-Committer-Name: Remi Cardona X-VCS-Revision: 618f8ef6498d1326176d076dad623038a2942ff9 X-VCS-Branch: master Date: Thu, 18 Oct 2018 20:06:05 +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-Archives-Salt: 349caf09-f2db-443e-9fbc-0fad0cd75ad5 X-Archives-Hash: 12e1f97cfae02c1da2b2432c0e764860 commit: 618f8ef6498d1326176d076dad623038a2942ff9 Author: Rémi Cardona gentoo org> AuthorDate: Thu Oct 18 20:02:57 2018 +0000 Commit: Remi Cardona gentoo org> CommitDate: Thu Oct 18 20:05:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618f8ef6 app-dicts/gnome-dictionary: fix build with split glib/glib-utils Closes: https://bugs.gentoo.org/668960 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Rémi Cardona gentoo.org> app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild b/app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild index 21f7fccae54..06730a6ae42 100644 --- a/app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.ebuild +++ b/app-dicts/gnome-dictionary/gnome-dictionary-3.24.1.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 @@ -26,6 +26,7 @@ RDEPEND="${COMMON_DEPEND} # ${PN} was part of gnome-utils before 3.4 DEPEND="${COMMON_DEPEND} >=dev-util/gtk-doc-am-1.15 + dev-util/glib-utils >=dev-util/intltool-0.40 dev-util/itstool >=sys-devel/gettext-0.17