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 008F0138334 for ; Sat, 6 Oct 2018 22:38:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3BAFE0A10; Sat, 6 Oct 2018 22:37:56 +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 B91FDE0A10 for ; Sat, 6 Oct 2018 22:37:56 +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 02BAD335CF3 for ; Sat, 6 Oct 2018 22:37:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCD6C454 for ; Sat, 6 Oct 2018 22:37:46 +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: <1538865395.7cc72d23d8c5420271a718a77dd105d62b450999.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/libbonobo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/libbonobo/libbonobo-2.24.3-r1.ebuild X-VCS-Directories: gnome-base/libbonobo/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7cc72d23d8c5420271a718a77dd105d62b450999 X-VCS-Branch: master Date: Sat, 6 Oct 2018 22:37:46 +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: ae76c593-6343-4037-9530-7ed3da6b4157 X-Archives-Hash: 4d839b6054d3a432a47cc3ea25ca2553 commit: 7cc72d23d8c5420271a718a77dd105d62b450999 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Oct 6 22:14:39 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Oct 6 22:36:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc72d23 gnome-base/libbonobo: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/667388 Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 gnome-base/libbonobo/libbonobo-2.24.3-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-base/libbonobo/libbonobo-2.24.3-r1.ebuild b/gnome-base/libbonobo/libbonobo-2.24.3-r1.ebuild index 4be2587ea50..4d43751f395 100644 --- a/gnome-base/libbonobo/libbonobo-2.24.3-r1.ebuild +++ b/gnome-base/libbonobo/libbonobo-2.24.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -26,6 +26,7 @@ RDEPEND=" !gnome-base/bonobo-activation " DEPEND="${RDEPEND} + dev-util/glib-utils dev-util/gtk-doc-am virtual/yacc sys-devel/flex