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 C242015800A for ; Tue, 1 Aug 2023 16:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FFE9E0C79; Tue, 1 Aug 2023 16:14:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71DF5E0C79 for ; Tue, 1 Aug 2023 16:14:22 +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 651BB33FE2A for ; Tue, 1 Aug 2023 16:14:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFA2BEAC for ; Tue, 1 Aug 2023 16:14:19 +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: <1690906416.73d0a9858f80121e72c29133b08cbccf7aa98658.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libva/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libva/libva-2.18.0-r1.ebuild media-libs/libva/libva-9999.ebuild X-VCS-Directories: media-libs/libva/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 73d0a9858f80121e72c29133b08cbccf7aa98658 X-VCS-Branch: master Date: Tue, 1 Aug 2023 16:14:19 +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: 37632681-bb10-4a74-b067-9972942f7f5d X-Archives-Hash: f437de63ad1e25c7c90f0084a8b99bed commit: 73d0a9858f80121e72c29133b08cbccf7aa98658 Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Jul 10 20:19:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Aug 1 16:13:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d0a985 media-libs/libva: update HOMEPAGE Signed-off-by: Azamat H. Hackimov gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/libva/libva-2.18.0-r1.ebuild | 2 +- media-libs/libva/libva-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libva/libva-2.18.0-r1.ebuild b/media-libs/libva/libva-2.18.0-r1.ebuild index cf0503fdb3a5..d1f772e5d082 100644 --- a/media-libs/libva/libva-2.18.0-r1.ebuild +++ b/media-libs/libva/libva-2.18.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit meson-multilib optfeature DESCRIPTION="Video Acceleration (VA) API for Linux" -HOMEPAGE="https://01.org/linuxmedia/vaapi" +HOMEPAGE="https://github.com/intel/libva" if [[ ${PV} = *9999 ]] ; then inherit git-r3 diff --git a/media-libs/libva/libva-9999.ebuild b/media-libs/libva/libva-9999.ebuild index 4f264beeabed..2271f036b522 100644 --- a/media-libs/libva/libva-9999.ebuild +++ b/media-libs/libva/libva-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit meson-multilib optfeature DESCRIPTION="Video Acceleration (VA) API for Linux" -HOMEPAGE="https://01.org/linuxmedia/vaapi" +HOMEPAGE="https://github.com/intel/libva" if [[ ${PV} = *9999 ]] ; then inherit git-r3