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 54DC8138334 for ; Thu, 14 Feb 2019 19:05:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38E97E0899; Thu, 14 Feb 2019 19:05:34 +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 10F20E0899 for ; Thu, 14 Feb 2019 19:05:33 +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 D02C1335C06 for ; Thu, 14 Feb 2019 19:05:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76643503 for ; Thu, 14 Feb 2019 19:05:31 +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: <1550170387.93e302ee90fc24fccd1984147bf66be6e9a332aa.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/clutter-gst/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/clutter-gst/clutter-gst-3.0.26.ebuild media-libs/clutter-gst/clutter-gst-3.0.27.ebuild X-VCS-Directories: media-libs/clutter-gst/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 93e302ee90fc24fccd1984147bf66be6e9a332aa X-VCS-Branch: master Date: Thu, 14 Feb 2019 19:05:31 +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: 93988662-739c-40fb-9efc-df711bf43aed X-Archives-Hash: 4e1cea33f2a1f6e4358aade60143c258 commit: 93e302ee90fc24fccd1984147bf66be6e9a332aa Author: Mart Raudsepp gentoo org> AuthorDate: Thu Feb 14 18:53:07 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Feb 14 18:53:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e302ee media-libs/clutter-gst: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/677996 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> media-libs/clutter-gst/clutter-gst-3.0.26.ebuild | 3 ++- media-libs/clutter-gst/clutter-gst-3.0.27.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/media-libs/clutter-gst/clutter-gst-3.0.26.ebuild b/media-libs/clutter-gst/clutter-gst-3.0.26.ebuild index 9458d0f7985..0de022907bb 100644 --- a/media-libs/clutter-gst/clutter-gst-3.0.26.ebuild +++ b/media-libs/clutter-gst/clutter-gst-3.0.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,6 +33,7 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND} ${PYTHON_DEPS} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.11 virtual/pkgconfig " diff --git a/media-libs/clutter-gst/clutter-gst-3.0.27.ebuild b/media-libs/clutter-gst/clutter-gst-3.0.27.ebuild index 80b02b5467b..8d47b702003 100644 --- a/media-libs/clutter-gst/clutter-gst-3.0.27.ebuild +++ b/media-libs/clutter-gst/clutter-gst-3.0.27.ebuild @@ -33,6 +33,7 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND} ${PYTHON_DEPS} + dev-util/glib-utils >=dev-util/gtk-doc-am-1.11 virtual/pkgconfig "