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 6000D138334 for ; Fri, 14 Sep 2018 10:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACE1CE0C3B; Fri, 14 Sep 2018 10:25:16 +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 8691EE0C3B for ; Fri, 14 Sep 2018 10:25:16 +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 7E2DD335D03 for ; Fri, 14 Sep 2018 10:25:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C2AD3D2 for ; Fri, 14 Sep 2018 10:25:13 +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: <1536920587.037ba1a0cc7f1f0f68f50eca5fcebe6ea0888db7.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/librsvg/librsvg-2.40.18.ebuild X-VCS-Directories: gnome-base/librsvg/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 037ba1a0cc7f1f0f68f50eca5fcebe6ea0888db7 X-VCS-Branch: master Date: Fri, 14 Sep 2018 10:25:13 +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: b0f5809b-d683-4b20-9689-313921127ffe X-Archives-Hash: 153100c455f996a83e80898bf3060a6c commit: 037ba1a0cc7f1f0f68f50eca5fcebe6ea0888db7 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Sep 14 10:00:24 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Sep 14 10:23:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037ba1a0 gnome-base/librsvg: add glib-utils build dep Uses glib-mkenums Package-Manager: Portage-2.3.49, Repoman-2.3.10 gnome-base/librsvg/librsvg-2.40.18.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-base/librsvg/librsvg-2.40.18.ebuild b/gnome-base/librsvg/librsvg-2.40.18.ebuild index 35c57af5b2f..a98ec7330c0 100644 --- a/gnome-base/librsvg/librsvg-2.40.18.ebuild +++ b/gnome-base/librsvg/librsvg-2.40.18.ebuild @@ -30,6 +30,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-libs/gobject-introspection-common dev-libs/vala-common + dev-util/glib-utils >=dev-util/gtk-doc-am-1.13 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] vala? ( $(vala_depend) )