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 8ECB9138335 for ; Thu, 7 Jun 2018 22:21:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63960E0CB7; Thu, 7 Jun 2018 22:21:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 38991E0CB7 for ; Thu, 7 Jun 2018 22:21: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 0F58D335CB5 for ; Thu, 7 Jun 2018 22:21:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1791729E for ; Thu, 7 Jun 2018 22:21:22 +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: <1528410057.499ab745183d13c65001673ac5d9f34a2e245126.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: sci-geosciences/gnome-maps/ X-VCS-Repository: proj/gnome X-VCS-Files: sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild X-VCS-Directories: sci-geosciences/gnome-maps/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 499ab745183d13c65001673ac5d9f34a2e245126 X-VCS-Branch: master Date: Thu, 7 Jun 2018 22:21:22 +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: 84075538-8556-479e-99b9-7a0546e06798 X-Archives-Hash: 5d04fc0e2aeb5dd11e29bd4e5599bcb8 commit: 499ab745183d13c65001673ac5d9f34a2e245126 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Jun 7 07:09:17 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Jun 7 22:20:57 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=499ab745 sci-geosciences/gnome-maps: add glib-compile-resources dependencies Package-Manager: Portage-2.3.40, Repoman-2.3.9 Manifest-Sign-Key: 0x5A56C8CD0C13248A sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild index 77ca7ff9..9fb76f5c 100644 --- a/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild +++ b/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild @@ -25,6 +25,7 @@ COMMON_DEPEND=" >=sci-geosciences/geocode-glib-3.15.2[introspection] >=x11-libs/gtk+-3.22:3[introspection] " +# libxml2+gdk-pixbuf required for glib-compile-resources # Found by grepping imports.gi in ${S} RDEPEND="${COMMON_DEPEND} app-crypt/libsecret[introspection] @@ -41,4 +42,5 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} >=dev-util/intltool-0.40 virtual/pkgconfig + x11-libs/gdk-pixbuf:2 "