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 EA11613832E for ; Sun, 21 Aug 2016 13:37:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D7A821C012; Sun, 21 Aug 2016 13:37:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACA1D21C012 for ; Sun, 21 Aug 2016 13:37:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EE263406C2 for ; Sun, 21 Aug 2016 13:37:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DBED2462 for ; Sun, 21 Aug 2016 13:37:12 +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: <1471786625.c5a31c2b990a12ef7fea4ac417666007e03b6dc3.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-bad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-bad/gst-plugins-bad-1.8.2.ebuild X-VCS-Directories: media-libs/gst-plugins-bad/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: c5a31c2b990a12ef7fea4ac417666007e03b6dc3 X-VCS-Branch: master Date: Sun, 21 Aug 2016 13:37:12 +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: 78076ca9-68e2-4d2a-a4ea-916cac0dbf6e X-Archives-Hash: cc10a887087809f3e483656f2500be00 commit: c5a31c2b990a12ef7fea4ac417666007e03b6dc3 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Aug 21 13:15:43 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Aug 21 13:37:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a31c2b media-libs/gst-plugins-bad: fix a typo in glib dependency Not a big problem since gstreamer and gst-plugins-base do depend on this version anyway but fixing for correctness. Package-Manager: portage-2.3.0 media-libs/gst-plugins-bad/gst-plugins-bad-1.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.2.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.2.ebuild index b0f2814..b4937d5 100644 --- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.2.ebuild +++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.8.2.ebuild @@ -24,7 +24,7 @@ REQUIRED_USE=" # dtmf plugin moved from bad to good in 1.2 # X11 is automagic for now, upstream #709530 RDEPEND=" - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] + >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}] >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP},introspection?] >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP},introspection?] introspection? ( >=dev-libs/gobject-introspection-1.31.1:= )