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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F243F158086 for ; Fri, 10 Dec 2021 23:00:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD3A82BC00A; Fri, 10 Dec 2021 23:00:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F34062BC00A for ; Fri, 10 Dec 2021 23:00:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B309E340FAE for ; Fri, 10 Dec 2021 23:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A47D1F2 for ; Fri, 10 Dec 2021 23:00:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1639177182.a5050e185f4c3c35ce0ff57d0a34d46a95cfd5e8.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libva/libva-2.13.0-r2.ebuild x11-libs/libva/libva-9999.ebuild X-VCS-Directories: x11-libs/libva/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a5050e185f4c3c35ce0ff57d0a34d46a95cfd5e8 X-VCS-Branch: master Date: Fri, 10 Dec 2021 23:00:02 +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: 15a05892-a9bd-4a13-a1ff-e4f7bd0573a5 X-Archives-Hash: fa4c2b61e07b2d104324a00b5cb45ecb commit: a5050e185f4c3c35ce0ff57d0a34d46a95cfd5e8 Author: Sam James gentoo org> AuthorDate: Fri Dec 10 22:59:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 10 22:59:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5050e18 x11-libs/libva: revbump for dropping wayland-scanner multilib While we could avoid doing this, it avoids the need for backtracking on upgrades. Closes: https://bugs.gentoo.org/828799 Signed-off-by: Sam James gentoo.org> x11-libs/libva/{libva-9999.ebuild => libva-2.13.0-r2.ebuild} | 6 +++--- x11-libs/libva/libva-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-libs/libva/libva-9999.ebuild b/x11-libs/libva/libva-2.13.0-r2.ebuild similarity index 90% copy from x11-libs/libva/libva-9999.ebuild copy to x11-libs/libva/libva-2.13.0-r2.ebuild index a5e8ebf286e2..fb840c456a59 100644 --- a/x11-libs/libva/libva-9999.ebuild +++ b/x11-libs/libva/libva-2.13.0-r2.ebuild @@ -13,11 +13,11 @@ if [[ ${PV} = *9999 ]] ; then EGIT_BRANCH=master EGIT_REPO_URI="https://github.com/intel/libva" else - SRC_URI="https://github.com/intel/libva/releases/download/${PV}/${P}.tar.bz2" + # SRC_URI="https://github.com/intel/libva/releases/download/${PV}/${P}.tar.bz2" # The upstream provides periodically tarball with pre-built 'configure'. # To simplify updates, portage use tarballs without pre-build 'configure' # which are always available. - # SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi @@ -30,7 +30,6 @@ RDEPEND=" opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] ) wayland? ( >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}] - dev-util/wayland-scanner[${MULTILIB_USEDEP}] ) X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] @@ -40,6 +39,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + dev-util/wayland-scanner virtual/pkgconfig " PDEPEND="utils? ( media-video/libva-utils )" diff --git a/x11-libs/libva/libva-9999.ebuild b/x11-libs/libva/libva-9999.ebuild index a5e8ebf286e2..8e84bcf7bb12 100644 --- a/x11-libs/libva/libva-9999.ebuild +++ b/x11-libs/libva/libva-9999.ebuild @@ -30,7 +30,6 @@ RDEPEND=" opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] ) wayland? ( >=dev-libs/wayland-1.11[${MULTILIB_USEDEP}] - dev-util/wayland-scanner[${MULTILIB_USEDEP}] ) X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] @@ -40,6 +39,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + dev-util/wayland-scanner virtual/pkgconfig " PDEPEND="utils? ( media-video/libva-utils )"