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 DE612138334 for ; Fri, 28 Dec 2018 12:52:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05D02E0821; Fri, 28 Dec 2018 12:52:21 +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 D7224E0821 for ; Fri, 28 Dec 2018 12:52:20 +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 5B984335C8E for ; Fri, 28 Dec 2018 12:52:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB6044FB for ; Fri, 28 Dec 2018 12:52:16 +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: <1546001525.f9ac81c025e02bfc2c9d6d1ba84f0d22dd2ff0e5.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-characters/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild X-VCS-Directories: gnome-extra/gnome-characters/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: f9ac81c025e02bfc2c9d6d1ba84f0d22dd2ff0e5 X-VCS-Branch: master Date: Fri, 28 Dec 2018 12:52:16 +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: d4467496-32da-47e6-81a4-1ac43e45a04d X-Archives-Hash: 8f604710a72222eecc7307976dbf8e6b commit: f9ac81c025e02bfc2c9d6d1ba84f0d22dd2ff0e5 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Fri Dec 28 12:17:22 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri Dec 28 12:52:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ac81c0 gnome-extra/gnome-characters: add missing glib-utils to DEPEND Closes: https://bugs.gentoo.org/671580 Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Gilles Dartiguelongue gentoo.org> gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild b/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild index 5febaa80b53..b51c8f472f0 100644 --- a/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild +++ b/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild @@ -26,6 +26,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-libs/appstream-glib dev-libs/libxml2:2 + dev-util/glib-utils >=sys-devel/gettext-0.19.8 virtual/pkgconfig "