From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-897999-garchives=archives.gentoo.org@lists.gentoo.org> 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 70DAF13832E for <garchives@archives.gentoo.org>; Sun, 21 Aug 2016 13:37:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8494921C098; 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 CC1BF21C0A0 for <gentoo-commits@lists.gentoo.org>; Sun, 21 Aug 2016 13:37:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3E23934072E for <gentoo-commits@lists.gentoo.org>; 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 6F5AA2463 for <gentoo-commits@lists.gentoo.org>; Sun, 21 Aug 2016 13:37:12 +0000 (UTC) From: "Gilles Dartiguelongue" <eva@gentoo.org> 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" <eva@gentoo.org> Message-ID: <1471786626.4ffb3e522bfa9da6d540317cf5745ba49cc11f9c.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-ugly/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.2.ebuild X-VCS-Directories: media-libs/gst-plugins-ugly/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 4ffb3e522bfa9da6d540317cf5745ba49cc11f9c X-VCS-Branch: master Date: Sun, 21 Aug 2016 13:37:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9d2790b1-0a03-41fc-9dce-39deaae6bc53 X-Archives-Hash: 66bd2d9e517f324f5be3628505c18541 commit: 4ffb3e522bfa9da6d540317cf5745ba49cc11f9c Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Aug 21 13:18:28 2016 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Aug 21 13:37:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ffb3e52 media-libs/gst-plugins-ugly: 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-ugly/gst-plugins-ugly-1.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.2.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.2.ebuild index 873fa51..4d6678f 100644 --- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.2.ebuild +++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.8.2.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd6 IUSE="+orc" 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}] >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )