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 CEC4E138334 for ; Wed, 3 Oct 2018 09:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B474AE09E3; Wed, 3 Oct 2018 09:54:45 +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 8A668E09E3 for ; Wed, 3 Oct 2018 09:54:45 +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 8145E335D24 for ; Wed, 3 Oct 2018 09:54:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38CEA3FA for ; Wed, 3 Oct 2018 09:54:41 +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: <1538560449.bfcbb1335686e9fc08547d217c4e5e642da0150c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/totem-pl-parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.ebuild X-VCS-Directories: dev-libs/totem-pl-parser/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: bfcbb1335686e9fc08547d217c4e5e642da0150c X-VCS-Branch: master Date: Wed, 3 Oct 2018 09:54:41 +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: 6f169db1-9c6d-45cc-94a0-9db90acb0759 X-Archives-Hash: 3df0006e0a7f27556cc36ba3c1cee769 commit: bfcbb1335686e9fc08547d217c4e5e642da0150c Author: Mart Raudsepp gentoo org> AuthorDate: Wed Oct 3 09:53:41 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Oct 3 09:54:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfcbb133 dev-libs/totem-pl-parser: add explicit build dep on glib-utils Fixes: https://bugs.gentoo.org/667622 Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.ebuild index bba9b046d3f..3ae67778266 100644 --- a/dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.ebuild +++ b/dev-libs/totem-pl-parser/totem-pl-parser-3.10.8.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=6 @@ -26,6 +26,7 @@ DEPEND="${RDEPEND} !=dev-util/intltool-0.35 + dev-util/glib-utils >=dev-util/gtk-doc-am-1.14 sys-devel/autoconf-archive >=sys-devel/gettext-0.17