From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1312306-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 C9CD513946D for <garchives@archives.gentoo.org>; Thu, 12 Aug 2021 22:53:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1BD8E0817; Thu, 12 Aug 2021 22:53:15 +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 AB693E0817 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Aug 2021 22:53:14 +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 738BF34085A for <gentoo-commits@lists.gentoo.org>; Thu, 12 Aug 2021 22:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4002887 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Aug 2021 22:53:11 +0000 (UTC) From: "Robin H. Johnson" <robbat2@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, "Robin H. Johnson" <robbat2@gentoo.org> Message-ID: <1628808789.c24bfd6652d7a8495ac96751ab397c834a23cfe4.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild X-VCS-Directories: media-libs/gst-plugins-base/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: c24bfd6652d7a8495ac96751ab397c834a23cfe4 X-VCS-Branch: master Date: Thu, 12 Aug 2021 22:53:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c29411ff-2f21-4d8a-b0cf-94e712a0ea04 X-Archives-Hash: 2831b0925d83cf635f3a0189a7e30b1b commit: c24bfd6652d7a8495ac96751ab397c834a23cfe4 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Tue Aug 10 17:03:58 2021 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Thu Aug 12 22:53:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c24bfd66 media-libs/gst-plugins-base: ensure dev-libs/wayland-protocols is upgraded before gst-plugins-base Upgrading an old system w/ dev-libs/wayland-protocols-1.14 had portage schedule the wayland-protocols upgrade later than media-libs/gst-plugins-base. Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild | 1 + media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild index e80dbeb3b64..23555ecd81a 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild @@ -53,6 +53,7 @@ GL_DEPS=" ) wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] + >=dev-libs/wayland-protocols-1.15 ) >=media-libs/graphene-1.4.0[${MULTILIB_USEDEP}] diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild index 1c069c4398d..af55c269b33 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild @@ -53,6 +53,7 @@ GL_DEPS=" ) wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] + >=dev-libs/wayland-protocols-1.15 ) >=media-libs/graphene-1.4.0[${MULTILIB_USEDEP}]