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 AA5881396D0 for ; Thu, 24 Aug 2017 22:47:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB1541FC04A; Thu, 24 Aug 2017 22:47:51 +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 C6C481FC003 for ; Thu, 24 Aug 2017 22:47:51 +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 B183134166C for ; Thu, 24 Aug 2017 22:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EEFA8173 for ; Thu, 24 Aug 2017 22:47:49 +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: <1503614858.28b177a2b8737b2d8720275f7b7e9c5918ae5888.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gstreamermm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild X-VCS-Directories: dev-cpp/gstreamermm/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 28b177a2b8737b2d8720275f7b7e9c5918ae5888 X-VCS-Branch: master Date: Thu, 24 Aug 2017 22:47:49 +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: e56c62bc-f879-41ce-927f-7c4d8af2bce7 X-Archives-Hash: 5c7f615ac2da15b737a0ce12ed2af1e7 commit: 28b177a2b8737b2d8720275f7b7e9c5918ae5888 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Aug 24 21:33:11 2017 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Aug 24 22:47:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28b177a2 dev-cpp/gstreamermm: add missing mm-common dependency, bug #628448 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild index 489ace0faa6..f2f2934ea4e 100644 --- a/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild +++ b/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild @@ -24,6 +24,7 @@ RDEPEND=" >=dev-libs/libsigc++-2:2 " DEPEND="${RDEPEND} + dev-cpp/mm-common virtual/pkgconfig doc? ( app-doc/doxygen @@ -35,8 +36,8 @@ DEPEND="${RDEPEND} >=media-libs/gst-plugins-good-${PV}:1.0 >=media-plugins/gst-plugins-jpeg-${PV}:1.0 ) " -# dev-cpp/mm-common" -# eautoreconf needs mm-common +# eautoreconf: +# dev-cpp/mm-common # Installs reference docs into /usr/share/doc/gstreamermm-1.0/ # but that's okay, because the rest of dev-cpp/*mm stuff does the same